Jump to content

pcisoft

Members
  • Posts

    50
  • Joined

  • Last visited

pcisoft's Achievements

Snitch

Snitch (10/54)

0

Reputation

  1. try this untested i'm using the phone. function getTextureNameFromID(model) if model and tonumber(model) then for k, v in ipairs(engineGetModelTextureNames(model)) do return v end end end Thanks, but is there a way to reverse the function and get an ID from Texture ? Regards.
  2. pcisoft

    notfixed.

    hh Fast Reply, Im CAG's Owner
  3. He just started playing MTA:SA two days ago, do you seriously think he's a server owner? Randy, you mean you want to open the Freeroam F1 panel with other key. Well, the freeroam panel can be opened too with the command "/fr", so do this: -Open the console (press F8). -Type "bind [key] fr" and press enter. The key can be for example F3, now when you press F3 you'll open it without having to press the default F1 key. I hope I helped you hahaha this is a nice tuto for new Players
  4. use MySQL if you got an SQL Server, SQLite for a file with extension .sql or .db you can read other scripts or wiki for this, cauz me too Im not pretty as this...
  5. pcisoft

    notfixed.

    Sure that you are CIF Owner ?
  6. Hello! Please, is there any way to retrieve the Texture name of a skin or car by it's ID ? Regards
  7. pcisoft

    Delete

    Couldn't use Walid's answer
  8. pcisoft

    Delete

    Holly **** No one Replyes I will stop playing MTA and close my server cauz forum doesn't Reply on me
  9. pcisoft

    Delete

    WHY NO REPLY IT WAS 2 DAYS!!
  10. pcisoft

    Delete

    try to use tables. local music = {} music[localPlayer] = ... Im not good at tables Does it mean if the player is in table then return end ? and add that player to the table if he executes this command or something ? but it's a PlaySound3D Function how to return end is there a function to get Players listenning to Sound in that 3D zone Thanks!
  11. pcisoft

    Delete

    Why no reply ?!?!
  12. pcisoft

    dbQuery ?

    debugscript 3 What ?
  13. pcisoft

    dbQuery ?

    Anyone help please
  14. :fp: now I know why when I was an idiot scripter this script haven't worked :fp: Reason: addEventHandler("onMarkerHit", gateo) Example from Wiki: (https://wiki.multitheftauto.com/wiki/OnMarkerHit) local myMarker = createMarker(-2596.625, 579.358, 15.626, 'cylinder', 2.0, 255, 0, 0, 150) -- create myMarker function MarkerHit( hitElement, matchingDimension ) -- define MarkerHit function for the handler local elementType = getElementType( hitElement ) -- get the hit element's type outputChatBox( elementType.." inside myMarker", getRootElement(), 255, 255, 0 ) -- attach the element's type with the text, and output it end addEventHandler( "onMarkerHit", myMarker, MarkerHit ) -- attach onMarkerHit event to MarkerHit function he forgot to write the marker before the function :fp: xXMADEXx's script haven't worked with me cauz there is no specific marker to hit or to leave in the addEventHandler
  15. pcisoft

    Delete

    Delete please
×
×
  • Create New...