TogglePlayerSpectate call OnPlayerClassRequest
#4

Quote:
Originally Posted by Patchwerk
Посмотреть сообщение
I did it, but i was bugged in class selection (any buttons)
You can avoid the class selection from your server, Simply add this:

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


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)