SA-MP Forums Archive
Warning 202 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: Warning 202 ProxDetector (/showthread.php?tid=560107)



Warning 202 ProxDetector - Ghost110 - 26.01.2015

Код:
C:\Users\GHT\Desktop\OARP.pwn(7420) : warning 202: number of arguments does not match definition
Line 7420
Код:
ProxDetector(30.0, giveplayerid, string, COLOR_YELLOW,COLOR_YELLOW,COLOR_YELLOW,COLOR_YELLOW,COLOR_YELLOW);



Re: Warning 202 ProxDetector - The__ - 26.01.2015

This should be your forward.

forward ProxDetector(Float:radi, playerid, string[],col1,col2,col3,col4,col5);


Re: Warning 202 ProxDetector - Ghost110 - 26.01.2015

Thanks