Can anyone tell me what the problem is -
Kakioshe22 - 21.10.2011
PHP код:
CreateDynamicObject(987, -506.39999389648, 2587.5, 52.400001525879, 0, 0, 269.98950195313,-1, -1, 200);
CreateDynamicObject(987, -560.5, 2604.3999023438, 52.5, 0, 0, 13.999267578125,-1, -1, 200);
449 is:
PHP код:
CreateDynamicObject(987, -560.5, 2604.3999023438, 52.5, 0, 0, 13.999267578125,-1, -1, 200);
and 435 is :
PHP код:
CreateDynamicObject(987, -506.39999389648, 2587.5, 52.400001525879, 0, 0, 269.98950195313,-1, -1, 200)
And the eror is:
PHP код:
C:\Users\Mario\Desktop\matta\Mata Server\pawno\include\streamer.inc(435) : warning 202: number of arguments does not match definition
C:\Users\Mario\Desktop\matta\Mata Server\pawno\include\streamer.inc(449) : warning 202: number of arguments does not match definition
Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB 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