Spawn with standard skin?
#1

How do i make it so that all players that firstly join will have a standard skin and dont have to select one at the class selection screen
Reply
#2

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

public OnPlayerConnect(playerid)
{
    SetPlayerSkin(playerid, 0);
    return 1;
}
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)