need error fix
#1

I got this error:
Quote:

C:\Users\selma\Desktop\Samp\gamemodes\Lerenscripte n.pwn(526) : error 001: expected token: ")", but found "{"
C:\Users\selma\Desktop\Samp\gamemodes\Lerenscripte n.pwn(536) : warning 217: loose indentation
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase


1 Error.

this is the cmd

Quote:

CMD: skin(playerid, params[])
{
new string[128], skinid;
if (IsPlayerAdmin(playerid))
{
if(sscanf(params, "d", skinid)
{
SendClientMessage(playerid, -1, "SYNTAX: /skin [ID]");
}
else
{
SetPlayerSkin(playerid, skinid);
format(string, sizeof(string), "You have set your skin to %d", skinid);
SendClientMessage(playerid, -1, string);
}
}
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: 1 Guest(s)