26.09.2009, 01:09
I have this on my script:
and I still spawn with two Sawnoff Shotguns, pistols, etc. Any ideas why?
Код:
public OnPlayerSpawn(playerid) { SetPlayerSkillLevel(playerid, WEAPONSKILL_SAWNOFF_SHOTGUN, 200); SetPlayerSkillLevel(playerid, WEAPONSKILL_MICRO_UZI, 200); SetPlayerSkillLevel(playerid, WEAPONSKILL_PISTOL, 200); return 1; }