SA-MP Forums Archive
Help, Object Warning - 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: Help, Object Warning (/showthread.php?tid=302932)



Help, Object Warning - adios1 - 11.12.2011

Im haveing the Warning

Quote:

D:\Users\Ken\Desktop\myserver 0.3d\myserver 0.3d\pawno\include\streamer.inc(430) : warning 202: number of arguments does not match definition
D:\Users\Ken\Desktop\myserver 0.3d\myserver 0.3d\pawno\include\streamer.inc(444) : warning 202: number of arguments does not match definition

Line 430
Quote:

CreateDynamicObject(18450,220.44517500,65.83870700 ,569.23077400,50.00000000,21.15030000,308.87660000 ); // //

Line 444
Quote:

CreateDynamicObject(18450,106.04242700,-40.55678900,623.07690400,50.00000000,21.15030000,1 03.95350000); //

Please Help!


Re: Help, Object Warning - THE_KNOWN - 11.12.2011

line 430: CreateDynamicObject(18450,220.44517500,65.83870700 ,569.23077400,50.00000000,21.15030000,308.87660000 , -1, -1, -1, 300);

line 444: CreateDynamicObject(18450,106.04242700,-40.55678900,623.07690400,50.00000000,21.15030000,1 03.95350000,-1,-1,-1,300);


Re: Help, Object Warning - adios1 - 11.12.2011

Ohh my God! you again? lol THanks ! +rep bro!


Re: Help, Object Warning - adios1 - 11.12.2011

ohh i still got the error


Re: Help, Object Warning - suhrab_mujeeb - 11.12.2011

pawn Код:
CreateDynamicObject(18450,220.44517500,65.83870700,569.23077400,50.00000000,21.15030000,308.87660000); //
CreateDynamicObject(18450,106.04242700,-40.55678900,623.07690400,50.00000000,21.15030000,1.00000000); //
Try this.