SA-MP Forums Archive
What's wrong? Warning 202 - 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: What's wrong? Warning 202 (/showthread.php?tid=228104)



What's wrong? Warning 202 - 77ther - 18.02.2011

Код:
SafeSetPlayerPos(playerid, 1642.3812, -2333.7791, 13.5469, 355.4789);
warning:
Код:
warning 202: number of arguments does not match definition
?


Re: What's wrong? Warning 202 - Marricio - 18.02.2011

try
pawn Код:
SafeSetPlayerPos(playerid, 1642.3812, -2333.7791, 13.5469);



Re: What's wrong? Warning 202 - 77ther - 18.02.2011

Quote:
Originally Posted by Marricio
Посмотреть сообщение
try
pawn Код:
SafeSetPlayerPos(playerid, 1642.3812, -2333.7791, 13.5469);
working,, thx