No class selection.
#7

Try:
on top:
pawn Код:
#define myskinid 0 // or other skin id
on ur callback:
pawn Код:
public OnPlayerRequestClass(playerid, classid)
{
SetPlayerSkin(playerid, myskinid);
    SpawnPlayer(playerid);
    return 1;
}
Reply


Messages In This Thread
No class selection. - by Welsh - 04.11.2010, 10:53
Re: No class selection. - by Jeffry - 04.11.2010, 10:58
Re: No class selection. - by Welsh - 04.11.2010, 14:23
Re: No class selection. - by OldDirtyBastard - 04.11.2010, 14:26
Re: No class selection. - by Welsh - 04.11.2010, 15:00
Re: No class selection. - by Jeffry - 04.11.2010, 15:18
Re: No class selection. - by [WSF]ThA_Devil - 04.11.2010, 15:28

Forum Jump:


Users browsing this thread: 2 Guest(s)