SA-MP Forums Archive
error help - 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: error help (/showthread.php?tid=376895)



error help - 26_RUSSS - 12.09.2012

strock
Код:
MoveObject(slak10,2127.89990234,-2133.60009766,21.79999924,0.1,0.00000000,358.00000000,359.99487305);
error strock
Код:
warning 202: number of arguments does not match definition
help me please


Re: error help - [HK]Ryder[AN] - 12.09.2012

Which version of SA:MP are you using?


Re : error help - ricardo178 - 12.09.2012

Facepalm. Next time use sampwiki to check the function format.

pawn Код:
MoveObject(slak10,2127.89990234,-2133.60009766,21.79999924,2.0);



Re: error help - clarencecuzz - 12.09.2012

Versions below 0.3d will only use 5 parameters, short of Rotation parameters. Versions 0.3d and up will use all parameters, such as the code you've posted.