save addplayerclass
#3

Quote:
Originally Posted by Gammix
Посмотреть сообщение
You want multiple skins in class selection screen when you register but only one skin when you login?

If yes, you could save the skin using SQL or INI and then when you enter class selection you could do something like this:
pawn Код:
public OnPlayerRequestClass(playerid, classid)
{
    // "Variable" will the variable in which you save skin
    SetPlayerSkin(playerid, Variable);
    return 1;
}
thanks mate, +rep
Reply


Messages In This Thread
save addplayerclass - by neropic - 18.07.2016, 18:33
Re: save addplayerclass - by Gammix - 18.07.2016, 18:41
Respuesta: Re: save addplayerclass - by neropic - 19.07.2016, 16:05

Forum Jump:


Users browsing this thread: 1 Guest(s)