Help Please
#1

Hey All When i got this error plz help me ??
Код:
E:\fc0.3x\filterscripts\Events.pwn(57) : error 010: invalid function or declaration
E:\fc0.3x\filterscripts\Events.pwn(59) : error 010: invalid function or declaration
E:\fc0.3x\filterscripts\Events.pwn(64) : error 010: invalid function or declaration
E:\fc0.3x\filterscripts\Events.pwn(66) : error 010: invalid function or declaration
And this is lines:
Код:
	if(!strcmp(option, "health", true) == 6)
    {
	    if(sscanf(params, "s[8]i", option, amount)) return SendClientMessage(playerid, COLOR_WHITE, "USAGE: /seteventinfo health [amount]");
	    EventHealth = amount;
	    format(string, sizeof(string), " You have set the event's health to %d.", amount);
	    SendClientMessage(playerid, COLOR_LIGHTBLUE, string);
}
	else if(!strcmp(option, "armor", true, 5)
	{
	    if(sscanf(params, "s[8]i", option, amount)) return SendClientMessage(playerid, COLOR_WHITE, "USAGE: /seteventinfo armor [amount]");
	    EventArmor = amount;
Please Help Me...
Reply
#2

Any One Help Please!!!
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)