Jump to content

GamerDeMTA

Members
  • Posts

    559
  • Joined

  • Last visited

Everything posted by GamerDeMTA

  1. but I say not the spawns, the SKINS that u Get when u spawn!
  2. Thanks and you know how to delete the random skins in freeroam when you join and how to put ME the IDs of the skins who you have randomly?
  3. No, when u join u have that fight style already, all have that fight style
  4. I want to put another fight style to all players, cuz I desactived the fight style changer.
  5. How to put an image like the screen black when a player has 10 of health?
  6. GamerDeMTA

    Help?

    Okay... THE LUA. addEventHandler( "onClientResourceStart", resourceRoot, function() txd = engineLoadTXD("myskin.txd") engineImportTXD(txd, 1) dff = engineLoadDFF("myskin.dff", 1) engineReplaceModel(dff, 1) end ) META. "Name" author="n" version="1.3.4" />
  7. GamerDeMTA

    Help?

    I used it for replace TRUTH's Skin in my Freeroam and it doesn't work D: I put as skinID "1". Also I put the textures & lua in a folder called "textures"
  8. Thanks Castillo If I do it by meta what i must put in weapons/disallowed? the Weapons ID?
  9. But If I delete the XML players can have weapons by command /give?
  10. GamerDeMTA

    Help?

    I want to replace PED Textures But... for freeroam but how to do? I don't know the name of the TXD's.
  11. No No I want, Forbid it, Is nothing... And now, I did the GUI In a .LUA and .XML what shall I do?
  12. but, where is the localitation of the Marker's teleport in there?
  13. I've a problem, I put the GUI in a .LUA and text in a .XML, What I must put after onClientMarkerHit?
  14. I'll try, but Idk much about scripting, let's learn
  15. Hm... And for the Close Button?
  16. Now it works, the script's type was as "client", sorry for taking ur time i changed to "server". But also can you give me to put when you hit the marker a GUI with a "close" button for the player, and a sound?
  17. My script doesn't work, it shows the marker but when I go to the marker I don't get teleported. marker = createMarker ( -651.29998779297,954.29998779297,11.10000038147, "cylinder", 2, 0, 255, 0, 225 ) addEventHandler("onMarkerHit",marker, function (player) if (getElementType(player) == "player") then setElementPosition (player,-699.29998779297,964.09997558594,121.19999694824) end end )
  18. I want to do a marker in a place for teleport the player to another place, I can?
  19. I can do it? When I press for example F6 opens a GUI only If I'm logged in as Moderator/sMod/admin I can?
×
×
  • Create New...