Jump to content

LiOneLMeSsIShoT

Members
  • Posts

    609
  • Joined

  • Last visited

Everything posted by LiOneLMeSsIShoT

  1. Sure Gonna try ^^..Thanks a lot too Thanks A lot!! A lot!! A lot!! but can you make a script can control the exp and level.. .. like i can set level for players and exp?..and THANKS again ^^ the script's not working .. Script ERROR: the_gun_stats\stats.lua: bad header in precomplied chunk.....Warning: Loading script failed: the_gun_stats\stats.lua:bad header in precompied chunk
  2. Sure Gonna try ^^..Thanks a lot too Thanks A lot!! A lot!! A lot!! but can you make a script can control the exp and level.. .. like i can set level for players and exp?..and THANKS again ^^
  3. Sure Gonna try ^^..Thanks a lot too
  4. okay i will delete it..but download what bro ?
  5. Sure man..and i don't know how i can thank you for this nice help But this will just set 8 weapon skills as 0? or what? i don't see weapon skills here bro..just save everything and i got a problem with this script when i starts it ERROR: SCRIPT ERROR: Gate1\Weapon.lua:1: unexpected symbo1 near'>'....Warning: Loading Script Failed: Gate1\weapon.lua:1: unexpected
  6. Sure man..and i don't know how i can thank you for this nice help But this will just set 8 weapon skills as 0? or what? i don't see weapon skills here bro..just save everything
  7. Sure man..and i don't know how i can thank you for this nice help
  8. Cool man!! You's a good Really Good!! Man Thanks a lot!! i wont forgot it .. Waiting for you...Also add me in skype to speak and give me this skype:lionelmessishoter ..And thanks a lot
  9. Thanks a lot..but this will save all players stats ?..also i need it onPlayerLogin not onPlayerJoin..and onPlayerWasted Too And Thanks a lot!!!
  10. I want save stat system...because i want all players starts with stats 0 and they earn it by killing zombies..and Thanks a lot
  11. Yea but my weapon be removed after i start this script and reconnect
  12. Okay Thanks i will try and tell you Thanks A lot...The Problem was from the Position of Function moveObject... Thanks for helping
  13. Okay Thanks i will try and tell you
  14. The problem is..i want the gate...Down...And Up...and the gate in this script Hide and Back when the timer End...and it's not a short time..idk what the problem with..I think position of the gate?
  15. ' I will give you the photos 1--------- 2-------- 3--------- as you see the gate just hide and back after 4500 no more...
  16. ' I will give you the photos 1--------- 2-------- 3---------
  17. what's the problem with this script...this script to set all players weapon skills to 0...but when i reconnect my weapon be removed and i have to get a new fine...then when i aim and shot i can do it while moving..so the script removes my weapon every Login and don't set players waepon skills to 0 before i do restart script local Aplayers = getAlivePlayers () for index, players in ipairs( Aplayers ) do setPedStat(players, 69, 0) setPedStat(players, 70, 0) setPedStat(players, 71, 0) setPedStat(players, 72, 0) setPedStat(players, 73, 0) setPedStat(players, 74, 0) setPedStat(players, 75, 0) setPedStat(players, 76, 0) setPedStat(players, 77, 0) setPedStat(players, 78, 0) setPedStat(players, 79, 0) end
  18. Understand..but i want to request a script for free ..please
  19. The problem in your code , in the line 17 you need 'end' and can you tell me what do you want to do ? when i write /open..the gate just hides and after the timer back the gate just be shown in another position..it's the problem..may you test the gate and see? if you can
  20. I want a script to make all players weapons skills 0..and they can up the skill in the weapon he carry by killing the zombies...like when i shot the zombie in his head i get 5 exp in the weapon i carry..and any place i get 1 exp..and i need a small screen to know my exp and level in the weapons ...and THANKS SOO MUCH
  21. and what the problem was with the script? lol... now when i just write /open...the gate hide really fast speed! then come back after 4 seconds...wtf? it's not open good..just hide and back..and type /open the gate change position....
  22. and what the problem was with the script?
  23. What's the wrong with this script? local gate = createObject ( 980, 2287,603.20001220703,12.60000038147,0,0,0) function moveObject (thePlayer) local x, y, z = getElementPosition(thePlayer) local distance = getDistanceBetweenPoints3D(2287,603.20001220703,12.60000038147, x, y, z) if (distance<=17) then moveObject (gate, 3000, 2200, 2287,603.20001220703,7) setTimer (moveBack, 4500, 1) else outputChatBox("You are too far away from the gate", thePlayer, 255, 0, 0) end addCommandHandler ("open", moveObject) function moveBack (thePlayer) moveObject (gate, 3000, 2287,603.20001220703,12.60000038147) end when i start it i get ERROR: Warning: Loading script failed: Gate1\gates.lua:24: 'end' expected (to close 'function at line 3) near '(eof)' Please help me guys ....Thanks
×
×
  • Create New...