Help with dynamicobjects -
ServerScripter - 22.09.2011
Hi, i have this
Код:
CreateDynamicObject(11472, -1985.5166015625, 466.85375976563, 3100.9025878906, 0.000000, 0.000000, 180.46997070313); //
I Want to Convert it to CreatObject , i use convertffs ofc , My Problem is IDK what i choose in "Input" and "Output"
Thanx
Re: Help with dynamicobjects -
[LHT]Bally - 22.09.2011
just remove the
dynamic, but why would you want to do that , you will reach your objects limit very quick.
Re: Help with dynamicobjects -
ServerScripter - 22.09.2011
DynamicObjects bug , i can not see the object exept if i'm Near and near it
Re: Help with dynamicobjects -
FireCat - 22.09.2011
Quote:
Originally Posted by ServerScripter
Hi, i have this
Код:
CreateDynamicObject(11472, -1985.5166015625, 466.85375976563, 3100.9025878906, 0.000000, 0.000000, 180.46997070313); //
I Want to Convert it to CreatObject , i use convertffs ofc , My Problem is IDK what i choose in "Input" and "Output"
Thanx
|
pawn Код:
CreateObject(11472,-1985.51660156,466.85375977,3100.90258789,0.00000000,0.00000000,180.46997070); //
Re: Help with dynamicobjects -
[LHT]Bally - 22.09.2011
ohh well i would rather use that tbh but like i said just remove the dynamic part and it will not need converting
Re: Help with dynamicobjects -
ServerScripter - 22.09.2011
So, i Must to remove 1000 "Dynamic" lol
Re: Help with dynamicobjects -
[LHT]Bally - 22.09.2011
1000 <-- that will not be usable on samp server im sure that is over object limit
Re: Help with dynamicobjects -
CmZxC - 22.09.2011
CTRL+H
,CreateDynamicOBject'
'CreateObject'
replace all.
Re: Help with dynamicobjects -
Kaperstone - 22.09.2011
pawn Код:
CreateDynamicObject(11472/*modelid*/, -1985.5166015625/*x*/, 466.85375976563/*y*/, 3100.9025878906/*z*/, 0.000000/*rx*/, 0.000000/*ry*/, 180.46997070313/*rz*/,worldid, interiorid, playerid, Float:distance); //
CreateDynamicObject(modelid, Float:x, Float:y, Float:z, Float:rx, Float:ry, Float:rz, worldid, interiorid, playerid, Float:distance);
Quote:
Originally Posted by ServerScripter
So, i Must to remove 1000 "Dynamic" lol
|
Quote:
Originally Posted by [LHT]Bally
1000 <-- that will not be usable on samp server im sure that is over object limit
|
https://sampwiki.blast.hk/wiki/Limits
Re: Help with dynamicobjects -
BlackStones - 22.09.2011
if you can't see the object just do
pawn Код:
#include <a_samp>
#include <streamer>