CreateDynamicObject doesn't shows object?
#1

So when I use a map with CreateDynamicObject function on it. It will never appear in my server. CreateObjects works fine. I have defined streamer but still. All plugins are fine. Any idea why?
Reply
#2

How about the virtual world / interior checks? Is your map in a different world / interior?

Is CreateDynamicObject set to the wrong world / interior?
Reply
#3

Код:
CreateObject(modelid, Float:X, Float:Y, Float:Z, Float:rX, Float:rY, Float:rZ, Float:DrawDistance);
Код:
CreateDynamicObject(modelid, Float:x, Float:y, Float:z, Float:rx, Float:ry, Float:rz, worldid = -1, interiorid = -1, playerid = -1, Float:streamdistance = 200.0, Float:drawdistance = 0.0);
different between createObject(Original) and CreateDynamicObject(streamer)

CreateDynamicObject has worldid,interiorid,playerid and other but the original isn't have.

sorry for my bad english
Reply
#4

Ik, all in world 0, int 0

If I use old maps from sa-mp forum, pawn file works. But now when I create my own with mta and convert it using convertffs. It doesn't show anything on that area. Please any help?
Reply
#5

Change streamer to 2.7.4 and try. For me it was bugged in 2.7.5... Idk why
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)