Can't Bypass Class Request
#1

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;
}
Reply


Messages In This Thread
Can't Bypass Class Request - by Aerotactics - 02.05.2014, 22:06
Re: Can't Bypass Class Request - by Smileys - 03.05.2014, 07:54
Re: Can't Bypass Class Request - by EpicMan - 03.05.2014, 08:01

Forum Jump:


Users browsing this thread: 1 Guest(s)