Jump to content

Jokeℝ1472771893

Members
  • Posts

    334
  • Joined

  • Last visited

Everything posted by Jokeℝ1472771893

  1. hhm what about this? mechanic:repair
  2. 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)
  3. addEvent("mechanic:repair", true)
  4. sory for 2 post but can u help me?
  5. как создавать и настроить IRC для сервера
  6. i do it but when i wanna connect it says *Unable to resolve server Edit: please help me
  7. can anyone tell me how to create IRC for server?
  8. k i will send and if it will work i will EDIT it thnx a lot for help EDIT:Nothing again
  9. now i see marker and GUI but how to fix car?(how the job works?)
  10. nope i test it not workking
  11. i am using dxsoreboard what i need to put?
  12. he mean for example every 1 min it will show you what is climbing progress
  13. good job Castillo will u update gang system?
  14. i have question:can we use this like turf system
  15. 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?
  16. ya i know that but what line i must add that?
×
×
  • Create New...