need error fix
#5

change your code to this :
PHP код:
CMD:skin(playeridparams[])
{
new 
string[128], skinid;
if (
IsPlayerAdmin(playerid))
{
if(
sscanf(params"d"skinid))
{
SendClientMessage(playerid, -1"SYNTAX: /skin [ID]");
}
else
{
SetPlayerSkin(playeridskinid);
format(stringsizeof(string), "You have set your skin to %d"skinid);
SendClientMessage(playerid, -1string);
}
}
return 
1;

Reply


Messages In This Thread
need error fix - by saffierr - 15.07.2014, 22:43
Re: need error fix - by saffierr - 15.07.2014, 22:52
Re: need error fix - by saffierr - 15.07.2014, 23:05
Re: need error fix - by Miguel - 16.07.2014, 02:56
Re: need error fix - by amirab - 16.07.2014, 03:02
Respuesta: Re: need error fix - by CuervO - 16.07.2014, 03:42

Forum Jump:


Users browsing this thread: 4 Guest(s)