[HELP]Saving skin and spawning
#2

Here you can try to set player skin 300 which doesnt exist.
pawn Код:
if(PlayerInfo[playerid][Skin] != 300)
    {
        SetupPlayerForClassSelection(playerid);
    }
    else
    {
        SetPlayerSkin(playerid,PlayerInfo[playerid][Skin]);  //atm here is 300s skin ID
        SpawnPlayer(playerid);
    }
Reply


Messages In This Thread
[HELP]Saving skin and spawning - by LasTRace - 29.07.2010, 12:09
Re: [HELP]Saving skin and spawning - by ikey07 - 29.07.2010, 12:23
Re: [HELP]Saving skin and spawning - by LasTRace - 29.07.2010, 12:29

Forum Jump:


Users browsing this thread: 1 Guest(s)