keep getting these errors
#1

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

Код:
public OnPlayerPrivmsg(playerid, recieverid, text[])
{
	return 1;
}
Reply
#2

https://sampwiki.blast.hk/wiki/OnPlayerPrivmsg

Read the Warning

Same thing for OnPlayerInfoChange
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)