10.05.2014, 16:05
Hello. I have a big airport, but i don't see end of building.
I read a lot of topics with this problem, but none helped...
Preview:
I add, that im using Incognito's streamer.
My natives in streamer.inc:
I'm trying with CreateDynamicObject and CreateDynamicObjectEx, but it not working, why?
Thanks for any help...
I read a lot of topics with this problem, but none helped...
Preview:
I add, that im using Incognito's streamer.
My natives in streamer.inc:
Код:
native CreateDynamicObject(modelid, Float:x, Float:y, Float:z, Float:rx, Float:ry, Float:rz, worldid = -1, interiorid = -1, playerid = -1, Float:streamdistance = 500.0, Float:drawdistance = 0.0);
Код:
native CreateDynamicObjectEx(modelid, Float:x, Float:y, Float:z, Float:rx, Float:ry, Float:rz, Float:drawdistance = 500.0, Float:streamdistance = 500.0, worlds[] = { -1 }, interiors[] = { -1 }, players[] = { -1 }, maxworlds = sizeof worlds, maxinteriors = sizeof interiors, maxplayers = sizeof players);
Thanks for any help...