evo nakon sta sam stavio u skriptu MYSQL evo errora:
inace koristim GF Skriptu!

errori:
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 (c) 1997-2006, ITB CompuPhase

2 Errors.


linije:
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==delimiter || i==strlen(strsrc)){
        len = strmid(strdest, strsrc, li, i, 128);
        strdest = 0;
        li = i+1;
        aNum++;
}
i++;
}
return 1;
}