31.12.2010, 07:23
hey
I try to compile some gamemode and ..
I have 2 errors
C:\Documents and Settings\user\My Documents\samp03csvr_win32\pawno\Mod.pwn(277) : error 025: function heading differs from prototype
C:\Documents and Settings\user\My Documents\samp03csvr_win32\pawno\Mod.pwn(10721) : error 025: function heading differs from prototype
These are the lines :
Line 277
~
Line 10721
I try to compile some gamemode and ..
I have 2 errors
C:\Documents and Settings\user\My Documents\samp03csvr_win32\pawno\Mod.pwn(277) : error 025: function heading differs from prototype
C:\Documents and Settings\user\My Documents\samp03csvr_win32\pawno\Mod.pwn(10721) : error 025: function heading differs from prototype
These are the lines :
Line 277
Quote:
forward split(const strsrc[], strdest[][], delimiter); |
Line 10721
Quote:
public split(const strsrc[], strdest[][], delimiter) |