02.05.2014, 22:06
My partner and I are trying to skip class request, and the way we are doing it isn't working. We've tried using SpawnPlayer and spectate, and nothing seems to be working correctly. Before trying to re-write the script, explain to me what you are doing, and why you are doing it.
pawn Код:
public OnPlayerRequestClass(playerid, classid)
{
TogglePlayerSpectating(playerid, 1);
PlayerSpectatePlayer(playerid, INVALID_PLAYER_ID);
TogglePlayerSpectating(playerid, 0);
return 1;
}