2 Questions on OnPlayerRequestClass
#4

pawn Код:
public OnPlayerRequestClass(playerid, classid)
{
   TogglePlayerSpectating(playerid, 1);
   return 1;
}

public OnPlayerSpawn(playerid)
{
   TogglePlayerSpectating(playerid, 0);
   return 1;
}
This should remove it, also I haven't tried this either but I heard it's worth a shot.
Reply


Messages In This Thread
2 Questions on OnPlayerRequestClass - by Neil. - 14.05.2012, 13:43
Re: 2 Questions on OnPlayerRequestClass - by TheDominator - 14.05.2012, 15:06
Re: 2 Questions on OnPlayerRequestClass - by Neil. - 14.05.2012, 15:33
Re: 2 Questions on OnPlayerRequestClass - by TheDominator - 14.05.2012, 19:44
Re: 2 Questions on OnPlayerRequestClass - by Neil. - 15.05.2012, 02:49
Re: 2 Questions on OnPlayerRequestClass - by TheDominator - 15.05.2012, 09:19
Re: 2 Questions on OnPlayerRequestClass - by Neil. - 16.05.2012, 08:33
Re: 2 Questions on OnPlayerRequestClass - by $$inSane - 16.05.2012, 09:08

Forum Jump:


Users browsing this thread: 1 Guest(s)