[help] Skin....
#3

new oldskin[MAX_PLAYERS];

if(!strcmp(cmdtext, "/sawnoff", true))
{
oldskin[playerid] = GetPlayerSkin(playerid);
SetPlayerSkin(playerid, 55);
return 1;
}

if(!strcmp(cmdtext, "/leave", true))
{
SetPlayerSkin(playerid, oldskin[playerid]);
return 1;
}
Reply


Messages In This Thread
[help] Skin.... - by [eF]ThundeR - 10.01.2010, 09:48
Re: [help] Skin.... - by spartan1178 - 10.01.2010, 09:57
Re: [help] Skin.... - by Think - 10.01.2010, 09:58

Forum Jump:


Users browsing this thread: 1 Guest(s)