SA-MP Forums Archive
ProxDetector - 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)
+--- Thread: ProxDetector (/showthread.php?tid=549618)



ProxDetector - MrCallum - 07.12.2014

I get this when I run/compile


Код:
(7379) : error 017: undefined symbol "ProxDetector"
Code:
Quote:

ProxDetector(30.0, giveplayerid, string, COLOR_YELLOW,COLOR_YELLOW,COLOR_YELLOW,COLOR_YELLO W,COLOR_YELLOW);

Also
Код:
3340) : error 004: function "zcmd_OnPlayerCommandText" is not implemented
Quote:

OnPlayerCommandText(playerid, "/h");




Re: ProxDetector - Sledgehammer - 07.12.2014

No such function called "ProxDetector" in your script. You will have to define the stock your self on what you want it to do.

You may even try blanking that line out if you don't want to see the error.


Re: ProxDetector - MrCallum - 07.12.2014

I do have ProxDetector bro..