Draw distance - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Draw distance (
/showthread.php?tid=440141)
Draw distance -
Dare Devil..... - 28.05.2013
I want a very less draw distance like if a person go near the icon he should only then see it what should I keep it on if I keep it more in a housing system it looks messy like this. I want to avoid this mess
http://gyazo.com/7301f95dfd59fa26daea5c5a95a0ceb5
For current its like this.
UpdateDynamic3DTextLabelText(House[id][DLabel],0,string);
I even decreased it to -100 but it didnt affected much.
Re : Draw distance -
Stefano.R - 28.05.2013
You don't need to use
UpdateDynamic3DTextLabelText because it's only to update the text, just define the draw distance in
CreateDynamic3DTextLabel.
Re: Draw distance -
Scenario - 28.05.2013
Set both the draw distance and the stream distance to like 15.0 or 20.0.