Skin remove?
#8

@ HusS3n
Quote:

COMMAND:setskin(playerid,params[])
{
new skin;
if(sscanf(params,"d",skin)) return NoSuccess(playerid,"Usage: /setskin <skinid>");
if(skin == 99,92,0,-0) return NoSuccess(playerid,"You cannot use this Skin!");
if(skin < 0 || skin > 299) return NoSuccess(playerid,"SkinIDs between 0 and 299!");

SetPlayerSkin(playerid,skin);
return 1;
}

So i have it so now make, and it work not. >_>
Reply


Messages In This Thread
Skin remove? - by Blackazur - 08.09.2012, 09:23
Re: Skin remove? - by C00K13M0N$73R - 08.09.2012, 09:25
AW: Skin remove? - by Blackazur - 08.09.2012, 09:27
Re: AW: Skin remove? - by C00K13M0N$73R - 08.09.2012, 09:32
AW: Skin remove? - by Blackazur - 08.09.2012, 09:58
Re: Skin remove? - by HuSs3n - 08.09.2012, 10:04
Re: Skin remove? - by Lordzy - 08.09.2012, 10:09
AW: Skin remove? - by Blackazur - 08.09.2012, 10:13
Re: Skin remove? - by Guitar - 08.09.2012, 10:29
AW: Skin remove? - by Blackazur - 08.09.2012, 11:01

Forum Jump:


Users browsing this thread: 4 Guest(s)