Skip Class Selection | Save Player's Skin
#1

Hello how to make this Skip Class Selection | Save Player's Skin
Reply
#2

anyone?
Reply
#3

pawn Код:
public OnPlayerRequestClass(playerid, classid)
{
    SpawnPlayer(playerid);
    //SetPlayerSkin(playerid, 0);
    return 1;
}
That would skip the class selection
Reply
#4

PlayHard, I think the best way is to add SpawnPlayer(playerid); when the player connect to the server. And SetPlayerSkin(playerid, ID); when he spawn.
Reply
#5

He wants to save the skin guys, then load it when the player connects, not just set a skin and skip. Like when a player connects, i
t should check to see if they were registered, and see if they had a saved skin, and if they do, it would set their skin, then skip class selection...
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)