SA-MP Forums Archive
I need little help about removing 10 warnings at 1 line - 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: I need little help about removing 10 warnings at 1 line (/showthread.php?tid=490324)



I need little help about removing 10 warnings at 1 line - barts - 26.01.2014

PHP код:
 warning 202number of arguments does not match definition 
Line:
PHP код:
    SetPlayerPos(playeridRandomAPrison[rand][0], RandomAPrison[rand][1],RandomAPrison[rand][2], RandomAPrison[rand][3], RandomAPrison[rand][4],RandomAPrison[rand][5], RandomAPrison[rand][6], RandomAPrison[rand][7],RandomAPrison[rand][8], RandomAPrison[rand][9], RandomAPrison[rand][10],RandomAPrison[rand][11], RandomAPrison[rand][12], RandomAPrison[rand][13]); 



Re: I need little help about removing 10 warnings at 1 line - Shetch - 26.01.2014

What the hell are you doing?
'SetPlayerPos' takes 4 arguments.
https://sampwiki.blast.hk/wiki/SetPlayerPos

Код:
SetPlayerPos(playerid, x, y, z);



Re: I need little help about removing 10 warnings at 1 line - barts - 26.01.2014

I am doing Random SetPlayerPos


Re: I need little help about removing 10 warnings at 1 line - Konstantinos - 26.01.2014

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