19.09.2009, 14:56
Quote:
Originally Posted by Daem
it's client-sided. so you can't
Quote:
![]() ![]() ![]() |
pawn Код:
public OnPlayerRequestClass(playerid, classid)
{
if(GetPlayerState(playerid) != PLAYER_STATE_SPECTATING)
{
TogglePlayerSpectating(playerid,1);
}
return 0;
}