SA-MP Forums Archive
2 Annoying Errors - 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)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: 2 Annoying Errors (/showthread.php?tid=246850)



2 Annoying Errors - nuriel8833 - 06.04.2011

I get this errors when I compile my server and I don't even know what is implemented

pawn Код:
C:\Documents and Settings\XXX\XXX\XXX\XXX\XXX(425) : error 004: function "AddAllClasses" is not implemented
C:\Documents and Settings\XXX\XXX\XXX\XXX\XXX(914) : error 004: function "RegisterOrLogin" is not implemented



Re: 2 Annoying Errors - alpha500delta - 06.04.2011

Add this somewhere above you're callbacks. Cange 'params' with you're own params like 'playerid' or 'text[]'

Код:
forward AddAllClasses(params);
forward ResgisterOrLogin(params);



Re: 2 Annoying Errors - nuriel8833 - 06.04.2011

Quote:
Originally Posted by alpha500delta
Посмотреть сообщение
Add this somewhere above you're callbacks. Cange 'params' with you're own params like 'playerid' or 'text[]'

Код:
forward AddAllClasses(params);
forward ResgisterOrLogin(params);
Its okay,I already fixed it
All I had to do is to change it's location on the script