#7

Check this

Quote:

CMDkin( playerid, params[ ] )
{
new liSkin;
if ( sscanf( params, "i", liSkin ) )
return SendClientMessage( playerid, COLOR_LIGHTBLUE, "USAGE: {FFFF00}/skin [SkinID]" );

if ( liSkin < 0 || liSkin > 299 )
return SendError( playerid, "That skin don't exists!" );

SetPlayerSkin( playerid, liSkin );
return ( 1 );
else return SendClientMessage(playerid, -1, "You need to be spawned!");
}

Reply


Messages In This Thread
Skin - by Counterafk - 02.10.2015, 13:46
Re: Skin - by saffierr - 02.10.2015, 13:49
Re: Skin - by Sellize - 02.10.2015, 13:52
Re: Skin - by Counterafk - 02.10.2015, 13:59
Re: Skin - by rappy93 - 02.10.2015, 14:07
Re: Skin - by Counterafk - 02.10.2015, 14:11
Re: Skin - by Bolex_ - 02.10.2015, 14:15
Re: Skin - by rappy93 - 02.10.2015, 14:19
Re: Skin - by Counterafk - 02.10.2015, 14:24

Forum Jump:


Users browsing this thread: 2 Guest(s)