dcmd halp needed [ New to dcmd ] ( index out of bounds )
#2

i used sscanf..
new id;
dcmd_skin(playerid,params[])
if(sscanf(params,"u",id)) SendClientMessage(playerid,0xFF004040,"USAGE:- /skin <id>"); // u - player id...
else
{
SetPlayerSkin(playerid, id);
}
return 1;
}
Reply


Messages In This Thread
dcmd halp needed [ New to dcmd ] ( index out of bounds ) - by FluffyPawZ - 12.01.2011, 01:40
Re: dcmd halp needed [ New to dcmd ] ( index out of bounds ) - by Unknown1234 - 12.01.2011, 01:44

Forum Jump:


Users browsing this thread: 3 Guest(s)