disabling spawn selection
#1

How can i disable class selection after a player connected (direct spawn)?
Reply
#2

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

Too Slow
Reply
#4

Maybe put that into OnPlayerConnect() ?
Reply
#5

Im not sure but i dont think u can spawn in onplayerconnect.
Reply
#6

Thank you both.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)