Jump to content

CarpeDiem

Members
  • Posts

    8
  • Joined

  • Last visited

CarpeDiem's Achievements

Newbie

Newbie (4/54)

0

Reputation

  1. addEvent("silahver", true ) addEventHandler("silahver", root, function() giveWeapon(source, 31, 200 ,true) end) If this code works when I want m4a player . how can I do it ?
  2. Which employees for players ?
  3. Does not that help others?
  4. Same again.
  5. No error, no warning. yes type="client"
  6. Does not work.
  7. Debugscript, no warning, no error. Not an error but does not work. addEventHandler("onClientResourceStart", resourceRoot, function() addEventHandler("onClientGUIClick", SoyguncuButon, Soygun, false) end) function Soygun(thePlayer,localPlayer) if not getPedWeapon(localPlayer) then givePedWeapon(thePlayer,31,200,true) end end
×
×
  • Create New...