SA-MP Forums Archive
Help Please - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Help Please (/showthread.php?tid=427288)



Help:Getting Error during compiling , fix it - Rayansh - 01.04.2013

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...


Re: Help Please - Rayansh - 01.04.2013

Any One Help Please!!!