SA-MP Forums Archive
E:\zombie server\gamemodes\zma4.pwn(2553) : warning 202: number of arguments does not match definition - 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: E:\zombie server\gamemodes\zma4.pwn(2553) : warning 202: number of arguments does not match definition (/showthread.php?tid=549209)



E:\zombie server\gamemodes\zma4.pwn(2553) : warning 202: number of arguments does not match definition - RenHaki - 05.12.2014

smokemachine[playerid] = SetPlayerAttachedObject(playerid, 7, 2780, 2, -2.2709, 1.1330, -5.0079, -6.0999, 109.2999, -98.0999, 1.0000, 1.0000, 1.0000, 0, 0);
I want this to be fix i really want to remove these warnings, Please help me


Re: E:\zombie server\gamemodes\zma4.pwn(2553) : warning 202: number of arguments does not match definition - Raweresh - 05.12.2014

https://sampwiki.blast.hk/wiki/SetPlayerAttachedObject
15 arguments, you have 16.


Re: E:\zombie server\gamemodes\zma4.pwn(2553) : warning 202: number of arguments does not match definition - Beckett - 05.12.2014

pawn Код:
(playerid, index, modelid, bone, Float:fOffsetX, Float:fOffsetY, Float:fOffsetZ, Float:fRotX, Float:fRotY, Float:fRotZ, Float:fScaleX, Float:fScaleY, Float:fScaleZ, materialcolor1, materialcolor2)