SA-MP Forums Archive
A Little help, Please - 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: A Little help, Please (/showthread.php?tid=250195)



A Little help, Please - seanny - 22.04.2011

Well I am trying to compile Hillside RP, Well I'll show log


Код:
C:\Users\Seany\Desktop\CR-RP\New Folder\Hillside.pwn(2) : error 010: invalid function or declaration
C:\Users\Seany\Desktop\CR-RP\New Folder\Hillside.pwn(28027) : warning 235: public function lacks forward declaration (symbol "OnPlayerPrivmsg")
Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


1 Error.



Re: A Little help, Please - aircombat - 22.04.2011

post the lines


Re: A Little help, Please - xir - 22.04.2011

Second warning

pawn Код:
forward OnPlayerPrivmsg(playerid, recieverid, text[]); // This need to be above the public
but check this
https://sampwiki.blast.hk/wiki/OnPlayerPrivmsg

Код:
Warning: This callback was removed in SA-MP 0.3.
That GM uses the old callback OnPlayerPrivmsg to make a PM system, create your own pm sys

For the first error show the lines


Re: A Little help, Please - Cjgogo - 22.04.2011

Is HillSide RP a gamemdoe made by you or downlaoded if it's downlaoded you should really learn to script and make ur own gamemode


Re: A Little help, Please - nuriel8833 - 22.04.2011

Look in your samp 0.3C server files,you have the mode base.Copy the command /PM from there and remove everything you've done with this public