Does SetPlayerSkillLevel work?
#1

I have this on my script:

Код:
public OnPlayerSpawn(playerid)
{
  SetPlayerSkillLevel(playerid, WEAPONSKILL_SAWNOFF_SHOTGUN, 200);
  SetPlayerSkillLevel(playerid, WEAPONSKILL_MICRO_UZI, 200);
  SetPlayerSkillLevel(playerid, WEAPONSKILL_PISTOL, 200);
  return 1;
}
and I still spawn with two Sawnoff Shotguns, pistols, etc. Any ideas why?
Reply


Messages In This Thread
Does SetPlayerSkillLevel work? - by Jose 510 - 26.09.2009, 01:09
Re: Does SetPlayerSkillLevel work? - by Jasen - 26.09.2009, 01:11
Re: Does SetPlayerSkillLevel work? - by Jose 510 - 26.09.2009, 01:16
Re: Does SetPlayerSkillLevel work? - by Jose 510 - 26.09.2009, 01:45
Re: Does SetPlayerSkillLevel work? - by Sayaron - 26.09.2009, 01:48
Re: Does SetPlayerSkillLevel work? - by Jose 510 - 26.09.2009, 01:52
Re: Does SetPlayerSkillLevel work? - by Sayaron - 26.09.2009, 16:06
Re: Does SetPlayerSkillLevel work? - by Sayaron - 26.09.2009, 18:12
Re: Does SetPlayerSkillLevel work? - by NeRoSiS - 26.09.2009, 21:52

Forum Jump:


Users browsing this thread: 1 Guest(s)