02.04.2012, 12:52
Under OnPlayerDisconnect you would use
Then write it as so in their .ini file. If you already have their positions saved.
Add an if under OnPlayerSpawn if their x variable is equal to 0 then spawn them at the noob spawn and give them the newb skin. Else, they get the skin they last had.
pawn Код:
new skin = GetPlayerSkin(playerid);
Add an if under OnPlayerSpawn if their x variable is equal to 0 then spawn them at the noob spawn and give them the newb skin. Else, they get the skin they last had.