07.03.2015, 09:52
(
Последний раз редактировалось De4dpOol; 07.03.2015 в 10:28.
)
pawn Код:
public OnPlayerRequestClass(....)
{
SpawnPlayer(playerid);//To spawn the player
ShowCustomClassSelection(playerid);//Create a stock function to set up the custom class selection.
return 1;
}
Edit: I added Spawn Player as it will need to spawn him first.