08.04.2011, 12:48
binding ??
replace the WEAPONSKILL_SAWNOFF_SHOTGUN to any other weapon you find here
pawn Код:
public OnPlayerSpawn(playerid)
{
SetPlayerSkillLevel(playerid, WEAPONSKILL_SAWNOFF_SHOTGUN, 1);
//This will make them use single-handed sawnoff shotguns.
return 1;
}