SA-MP Forums Archive
Can anyone tell me what the problem is - 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: Can anyone tell me what the problem is (/showthread.php?tid=291796)



Can anyone tell me what the problem is - Kakioshe22 - 21.10.2011

PHP код:
CreateDynamicObject(987, -506.399993896482587.552.40000152587900269.98950195313,-1, -1200);
CreateDynamicObject(987, -560.52604.399902343852.50013.999267578125,-1, -1200); 
449 is:
PHP код:
CreateDynamicObject(987, -560.52604.399902343852.50013.999267578125,-1, -1200); 
and 435 is :
PHP код:
CreateDynamicObject(987, -506.399993896482587.552.40000152587900269.98950195313,-1, -1200
And the eror is:
PHP код:
C:\Users\Mario\Desktop\matta\Mata Server\pawno\include\streamer.inc(435) : warning 202number of arguments does not match definition
C
:\Users\Mario\Desktop\matta\Mata Server\pawno\include\streamer.inc(449) : warning 202number of arguments does not match definition
Pawn compiler 3.2.3664              Copyright 
(c1997-2006ITB CompuPhase 
2 Warnings.


Re: Can anyone tell me what the problem is - jiwan - 21.10.2011

be cool you have 2 warnings not errors your compiler has compiled them successfully !

or update your includes !


Re: Can anyone tell me what the problem is - Kostas' - 21.10.2011

pawn Код:
CreateDynamicObject(modelid, Float:x, Float:y, Float:z, Float:rx, Float:ry, Float:rz, worldid = -1, interiorid = -1, playerid = -1, Float:distance = 200.0);
Replace the Line 435
pawn Код:
CreateDynamicObject(987, -506.39999389648, 2587.5, 52.400001525879, 0, 0, 269.98950195313,-1, -1, -1, 200);
And the Line 449
pawn Код:
CreateDynamicObject(987, -560.5, 2604.3999023438, 52.5, 0, 0, 13.999267578125,-1, -1, -1, 200);



Re: Can anyone tell me what the problem is - [MWR]Blood - 21.10.2011

You most likely haven't converted them properly.
www.convertffs.com and be sure to choose Incognito's streamer before converting!


Re: Can anyone tell me what the problem is - Kostas' - 21.10.2011

I guess the wrong was at the converting. It missed
pawn Код:
-1