08.04.2011, 12:32
Where can I get a Script that the handheld can be only one weapon that can not be changed with the mouse.
public OnPlayerSpawn(playerid)
{
SetPlayerSkillLevel(playerid, WEAPONSKILL_SAWNOFF_SHOTGUN, 1);
//This will make them use single-handed sawnoff shotguns.
return 1;
}