SA-MP Forums Archive
Error at OnPlayerPrivmsg - 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: Error at OnPlayerPrivmsg (/showthread.php?tid=105600)



Error at OnPlayerPrivmsg - -PunisheR- - 30.10.2009

Код:
public OnPlayerPrivmsg(playerid, recieverid, text[])
on compiling:

Код:
error 025: function heading differs from prototype
* i have created it like in the tutorial (sticked).



Re: Error at OnPlayerPrivmsg - dugi - 30.10.2009

It has been removed in 0.3


Re: Error at OnPlayerPrivmsg - SpiderPork - 30.10.2009

If you want to use it again, you'll have to forward it and call it in your /pm command.


Re: Error at OnPlayerPrivmsg - KazanTip - 01.11.2009

forward OnPlayerPrivmsg(playerid, recieverid, text[]);
may be on your brain