Need help with OnPlayerRequestClass
#2

new Skin = GetPVarInt(playerid,"Skin");

Skin++;
if(0 > Skin || Skin >= 300) Skin = 0;

SetPVarInt(playerid, "Skin", Skin);

SetPlayerSkin(playerid, GetPVarInt(playerid,"Skin"));
Reply


Messages In This Thread
Need help with OnPlayerRequestClass - by TheMightyEddy - 19.04.2012, 04:54
Re: Need help with OnPlayerRequestClass - by TheLazySloth - 19.04.2012, 05:23
Re: Need help with OnPlayerRequestClass - by TheMightyEddy - 19.04.2012, 13:53

Forum Jump:


Users browsing this thread: 1 Guest(s)