Can anyone tell me what the problem is
#1

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.
Reply
#2

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

or update your includes !
Reply
#3

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);
Reply
#4

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

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


Forum Jump:


Users browsing this thread: 1 Guest(s)