15.12.2014, 22:13
Hi,
I need help with this on class selection:
What I want this to do is, if the player has a skin saved, have that skin locked (cant choose any other skin), if player doesn't have skin saved, I want him to be able to select any skin. I tried multiple things, this above is my latest.
I need help with this on class selection:
PHP код:
public OnPlayerRequestClass(playerid,classid)
{
if(pInfo[playerid][skin] > 0)
{
SetPlayerSkin(playerid,pInfo[playerid][skin]);
}