class selection help
#1

i wanna make it so when a player that's registered comes and that he/she can only select the character they where using when they last quit.
i tried using SetSpawnInfo but the player can just use the arrow keys and select another skin. Any Help?
Reply
#2

Not sure but try to return the public as false.
Reply
#3

tried, cant do anything, including spawn.....
Reply
#4

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


Forum Jump:


Users browsing this thread: 1 Guest(s)