Quote:
Originally Posted by SilentSoul
pawn Код:
public OnPlayerSpawn(playerid) { if(PlayerInfo[playerid][pGender] == 0) SetPlayerSkin(playerid,285); else if (PlayerInfo[playerid][pGender] == 1) SetPlayerSkin(playerid,55); return 1; }
|
If I use this, They will spawn with that skin every time they join the game. I just want it for when they finish registration