SA-MP Forums Archive
[HELP] Warning fixing - 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] Warning fixing (/showthread.php?tid=300193)



[HELP] Warning fixing - FirziKs - 29.11.2011

Help me please to fix these warnings:
Код:
C:\Games\SAMP\LVCRP\gamemodes\alive.pwn(27919) : warning 208: function with tag result used before definition, forcing reparse
C:\Games\SAMP\LVCRP\pawno\include\streamer.inc(430) : warning 202: number of arguments does not match definition
C:\Games\SAMP\LVCRP\pawno\include\streamer.inc(444) : warning 202: number of arguments does not match definition
Warning lines:
Код:
27919 Float:GetDistance( Float: x1, Float: y1, Float: z1, Float: x2, Float: y2, Float: z2 )
Код:
430 	CreatePlayerObject(0, 0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0);
Код:
444 	SetPlayerMapIcon(0, 0, 0.0, 0.0, 0.0, 0, 0, 0);