My streamer does not work?
#1

Hello guys, I wanted to take a doubt here with you, because my object streamer does not work

Follow as pictures ae

City Hall of the friend BarbaNegra


City in CreateObject, works perfectly


Now it in CreateDynamicObject [Streamer], it just does not appear


All as it includes, and plugins make streamer along with crashdetect to not bugar, are updated
Reply
#2

Includes and plugins installed correctly, my gamemode does not display any errors, compiles correctly, and crashdetect says nothing


Line of exemple:
PHP код:
CreateDynamicObject(19360,7976.2338900,-3828.3383800,157.3508500,0.0000000,0.0000000,0.0000000); 
Reply
#3

Might be because you didn't set the draw distance.

Example of a working object from my script:

Код:
CreateDynamicObject(8168, 1789.83203125, 703.189453125, 15.846367835999, 0.000000, 3, 99.24951171875, -1);
Eight parameters, yours has seven.
Reply
#4

Can you make an example using my line?

PHP код:
CreateDynamicObject(19360,7976.2338900,-3828.3383800,157.3508500,0.0000000,0.0000000,0.0000000); 
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)