Help with dynamicobjects
#1

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

just remove the dynamic, but why would you want to do that , you will reach your objects limit very quick.
Reply
#3

DynamicObjects bug , i can not see the object exept if i'm Near and near it
Reply
#4

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

ohh well i would rather use that tbh but like i said just remove the dynamic part and it will not need converting
Reply
#6

So, i Must to remove 1000 "Dynamic" lol
Reply
#7

1000 <-- that will not be usable on samp server im sure that is over object limit
Reply
#8

CTRL+H
,CreateDynamicOBject'
'CreateObject'
replace all.
Reply
#9

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
Reply
#10

if you can't see the object just do
pawn Код:
#include <a_samp>
#include <streamer>
Reply


Forum Jump:


Users browsing this thread: 4 Guest(s)