Jump to content

Jokeℝ1472771893

Members
  • Posts

    334
  • Joined

  • Last visited

Everything posted by Jokeℝ1472771893

  1. can smeone help me?
  2. idk it's not my script
  3. hhm what about this? mechanic:repair
  4. addEvent("mechanic:repair", true) addEventHandler("mechanic:repair", root,function(mechanic) if (getElementHealth(source) < 100) then local Heal = getElementHealth(source) + 10 -- New health setElementHealth(source, Heal) if (Heal > 100) then setElementHealth(source, 1000) end givePlayerMoney(mechanic, 1000) -- Gives 100$ to the medic each time the function is executed end end)
  5. addEvent("mechanic:repair", true)
  6. sory for 2 post but can u help me?
  7. как создавать и настроить IRC для сервера
  8. i do it but when i wanna connect it says *Unable to resolve server Edit: please help me
  9. can anyone tell me how to create IRC for server?
  10. k i will send and if it will work i will EDIT it thnx a lot for help EDIT:Nothing again
  11. now i see marker and GUI but how to fix car?(how the job works?)
  12. sended check ur PM
  13. i can't see marker
  14. ya i have a lot
  15. nope i test it not workking
  16. i am using dxsoreboard what i need to put?
  17. he mean for example every 1 min it will show you what is climbing progress
  18. good job Castillo will u update gang system?
  19. i have question:can we use this like turf system
  20. i need it for AF so i modify SWAT
  21. addEventHandler("onResourceStart", resourceRoot, function() teamAF = createTeam("Armed Forces", 40, 73, 0) setTeamFriendlyFire(teamAF, false) for i,v in ipairs(getElementsByType("player")) do if isGuestAccount(getPlayerAccount(v)) then return end if isObjectInACLGroup("user." .. getAccountName(getPlayerAccount(v)), aclGetGroup("Armed Forces")) then setElementData(v, "Occupation", "Armed Forces", true) end end end ) addEvent("setAF", true) addEventHandler("setAF", root, function() setPlayerTeam(source, teamAF) setBlipColor(source, 40, 73, 0, 255) setElementModel(source, 287) setPlayerNametagColor(source, 40, 73, 0) giveWeapon(source, 3, 1) setElementData(source, "Occupation", "Armed Forces", true) outputChatBox("You have been employed as Armed Forces.", source, 0, 255, 0, false) end ) this?
  22. ya i know that but what line i must add that?
  23. look my post again
×
×
  • Create New...