20.11.2017, 18:11
Quote:
When is the next time you set the players skin to something? If you're registering it at -1 and then disallowing the player to load negative skins, their skin will be by default (0) being the CJ skin.
|
if I won't make for new registered players a savedskin id, then when they will join the server they'll get a
random new skin.
And where is the best public to put that:
Код:
if(PlayerInfo[playerid][pSavedSkin] >=0 ) return SetPlayerSkin(playerid,PlayerInfo[playerid][pSavedSkin]);