16.06.2012, 07:48
Here is the code:
Here are the errors:
Please Help
pawn Код:
CMD:do(playerid, params[])
{
new
string[128],
action[100];
if(sscanf(params, "s[100]", action))
{
SendClientMessage(playerid, COLOR_YELLOW, "USAGE: /do [action]");
return 1;
}
else
{
format(string, sizeof(string), "* %s ((%s))", action, GetName);//--------Line 1499
ProxDetector(30, playerid, string, COLOR_PURPLE);
}
return 1;
}
Here are the errors:
Код:
C:\Users\user\Desktop\KM\pawno\KM.pwn(1499) : error 076: syntax error in the expression, or invalid function call Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase 1 Error.