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 =)