MySQL Error
#1

i use GodFather mode..

my gamemode was without errors, and when i put in my script MySQL, i have this 2 error!!


errors:
Код:
C:\Documents and Settings\Toni Bedy\Desktop\lecevica!!\gamemodes\maddoxgf.pwn(168) : error 025: function heading differs from prototype
C:\Documents and Settings\Toni Bedy\Desktop\lecevica!!\gamemodes\maddoxgf.pwn(7631) : error 025: function heading differs from prototype
Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


2 Errors.
lines:
168:
Код:
forward split(const strsrc[], strdest[][], delimiter);
7631:
Код:
ppublic split(const strsrc[], strdest[][], delimiter)
{
	new i, li;
	new aNum;
	new len;
	while(i <= strlen(strsrc)){
	    if(strsrc[i]==delimiter || i==strlen(strsrc)){
	        len = strmid(strdest[aNum], strsrc, li, i, 128);
	        strdest[aNum][len] = 0;
	        li = i+1;
	        aNum++;
		}
		i++;
	}
	return 1;
}
Reply


Messages In This Thread
MySQL Error - by tbedy - 01.04.2011, 15:59
Re: MySQL Error - by Garry Roger - 01.04.2011, 16:08
Re: MySQL Error - by tbedy - 01.04.2011, 16:12
Re: MySQL Error - by Garry Roger - 01.04.2011, 16:19
Re: MySQL Error - by tbedy - 01.04.2011, 16:39
Re: MySQL Error - by s0nic - 02.04.2011, 00:24

Forum Jump:


Users browsing this thread: 1 Guest(s)