SA-MP Forums Archive
Help with dynamicobjects - 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 with dynamicobjects (/showthread.php?tid=285168)



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>