Jump to content

KagerA

Members
  • Posts

    51
  • Joined

  • Last visited

Everything posted by KagerA

  1. CLIENT SCRIPT addEventHandler ("onClientResourceStart",getRootElement() , function() setTimer(anti_backstabb,100,0) end ) function anti_backstabb() local player = getLocalPlayer() if getPedControlState(player,"aim_weapon") == true and getPedWeapon(player) == 4 then outputChatBox("backstabb is disabled, sorry =)") setPedWeaponSlot(player,0) end end and backstabb is disabled =)
×
×
  • Create New...