03.08.2014, 13:05
Hello,
I want to increase the draw distance of the object ID "18728" (it is a flare), the problem with this object is that he has a lesser draw distance than the other objects, and I want to increase this draw distance.
I tried to put the draw distance and the stream distance at 300.0 (the maximum) but it do nothing.
Looks like this object doesn't care of the draw distance parameters.
Thank you very much for your future help and sorry for my bad english.
Код:
if(strcmp(cmdtext,"/flare",true) == 0) { new Float:x, Float:y, Float:z; GetPlayerPos(playerid, x, y, z); CreateDynamicObject(18728, x, y, z - 1, 0, 0, 0, -1, -1, -1, 300.0, 300.0); return 1; }
I tried to put the draw distance and the stream distance at 300.0 (the maximum) but it do nothing.
Looks like this object doesn't care of the draw distance parameters.
Thank you very much for your future help and sorry for my bad english.