Jump to content

irinel1996

Members
  • Posts

    41
  • Joined

  • Last visited

Everything posted by irinel1996

  1. Hi, I have one suggestion... Well, here it is: It would be really cool replace .dff files on weapons. I think it'll give another opportunity to play better and funniest! ______________ That's all! Greetings from Spain. Atte. irinel1996
  2. Well, I have 2 errors and one warning, look: SCRIPT ERROR: play\MSN_S.lua:35: unexpected symbol near '...' WARNING: Loading script failed play\MSN_S.lua:35: unexpected symbol near '...' ERROR: Client triggered serverside event RequestServerData, but event is not added serverside. Here you have the "FULL" command: addCommandHandler("LSA",function(thePlayer) ... end, false, false) if(isPedInVehicle(thePlayer)) then local theVehicle = getPedOccupiedVehicle(thePlayer) setElementPosition(theVehicle,1907.1351318359,-2491.1325683594,13.217620849609) else setElementPosition(thePlayer,1907.1351318359,-2491.1325683594,13.217620849609) end end) PD: I put it in my server.lua Sorry, I'm new in MTA. ___________ Thanks!
  3. Hi! I've made a command, /LSA. But it only work's when I type /LSA with capital letters. I want to make it work in the same command, albeit with lower case letters. =/ Here is the first line: addCommandHandler("LSA",function(thePlayer) I don't want make another command with case letters. Thanks all!
  4. Hi people! What is the function that detects if the player is in a vehicle? I've found isPedInVehicle but I don't know if it works... That's all! ______________ See you!
  5. Hi! I want to make a teleport command, but I can't. Can you help me please? I wanna make, for example /LSA to get teleported to Los Santos Airport. __________________________ That's all... Thanks!
  6. Hi! I've installed RCG, but I can't select (make red) the white arrows. I don't know how, or why... Well, that's all... Thanks!
  7. I understood very well, thanks. You're a machine. Hehe... __________________ Greetings from Spain.
  8. Hi! I'd like to know when a script is SERVER type or CLIENT type. This is a bit confusing. Thanks!
  9. I thought that can be put dff files as well. _______________ Thanks!
  10. Hi! I saw a server with a new parachute, so I'd like to change the parachute texture in my server. Can you help me? Thanks!
  11. Thanks, you've saved me. Thanks a lot. __________________________ Gracias man. Me puedes decir que función tiene el type="server"? Que pasaría si no le pongo eso? Saludos...
  12. I have found that: root = getRootElement() players = getelementByType("player") function ResourceStart ( name, root ) for k,v in ipairs ( players ) do setPlayerNametagShowing ( v, false ) end end addEventHandler ( "onResourceStart", root, ResourceStart ) function PlayerJoin () setPlayerNametagShowing ( source, false ) end addEventHandler ( "onPlayerJoin", root, PlayerJoin But I don't know how to put it in my meta.xml Can you help me please?
  13. I think you need a new animation. ______________ Awsome script, congrulations!
  14. Hi! I want to make disappear the health bar and the nick of the players, like in a RP in SA-MP. Help me pls. I'm new in MTA. Thanks all! ____________________________ Greetings from Spain.
×
×
  • Create New...