Jump to content

-Xero

Members
  • Posts

    6
  • Joined

  • Last visited

-Xero's Achievements

Vic

Vic (3/54)

0

Reputation

  1. Hi everyone, i found a script with works on team system, i edited the script to work with gang system, but dont work, the player can enter in the vehicle without being in the gang.. here is the code.. Kami = { createVehicle ( 422, -1217.5534667969, 1830.9927978516, 46.3984375, 0, 0, 0 ), } for i,car in ipairs(Kami) do setElementData(car,"Gang","kami") end addEventHandler("onVehicleStartEnter", root, function(player) local gangName = getPlayerGang(player) and getGangName(getPlayerGang(player)) if gangName ~= getElementData(source,"Gang") then cancelEvent() end end)
  2. Hi, i tried to make a resource to spawn with parachute every time player has death, but dont work, what is wrong ? if i put onplayerspawn, spawns with parachute every time logged in, i only need spawns with parachute only when the player is death, some like OnplayerRespawn ? function onPlayerWasted() giveWeapon(source,getWeaponIDFromName("parachute"),1,true) end addEventHandler("onPlayerWasted",getRootElement(),onPlayerWasted)
  3. Hi everyone, i found a script with works on team system, i edited the script to work with gang system, but dont work, the player can enter in the vehicle without being in the gang.. here is the code.. Kami = { createVehicle ( 422, -1217.5534667969, 1830.9927978516, 46.3984375, 0, 0, 0 ), } for i,car in ipairs(Kami) do setElementData(car,"Gang","kami") end addEventHandler("onVehicleStartEnter", root, function(player) local gangName = getPlayerGang(player) and getGangName(getPlayerGang(player)) if gangName ~= getElementData(source,"Gang") then cancelEvent() end end)
  4. When im looting zombies, the inventory open and inmediatily show invisible. Thanks!
  5. Hello, Recently i download a dayz gamemode, but when i'm bleeding and use the bandage, this don't do anything. no animation and still bleeding.. I would greatly appreciate your help, thanks!
×
×
  • Create New...