02.09.2009, 22:54
C:\Users\user\Desktop\samp03svr_RC3-2_win32\gamemodes\EverythingWorldVersionOne.pwn(23 9) : warning 235: public function lacks forward declaration (symbol "OnPlayerPrivmsg")
C:\Users\user\Desktop\samp03svr_RC3-2_win32\gamemodes\EverythingWorldVersionOne.pwn(34 5) : warning 235: public function lacks forward declaration (symbol "OnPlayerInfoChange")
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
2 Warnings.
btw theres nothing in either of them look there both like this
C:\Users\user\Desktop\samp03svr_RC3-2_win32\gamemodes\EverythingWorldVersionOne.pwn(34 5) : warning 235: public function lacks forward declaration (symbol "OnPlayerInfoChange")
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
2 Warnings.
btw theres nothing in either of them look there both like this
Код:
public OnPlayerPrivmsg(playerid, recieverid, text[]) { return 1; }