27.09.2014, 17:41
Hey ,
i want when someone request class he can't (show him only his saved skin) and he can spawn only with his saved skin
i have this:
please can some on do it to me
i want when someone request class he can't (show him only his saved skin) and he can spawn only with his saved skin
i have this:
Код:
public OnPlayerRequestClass(playerid, classid) { if(PlayerInfo[playerid][Skin] == 1) // If the player has previously saved their skin... { SetPlayerSkin(playerid, PlayerInfo[playerid][Skin]); }