Map Fading <<<<<<<<<<READ HERE, IMPORTANT!!!!!!!!! - 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: Map Fading <<<<<<<<<<READ HERE, IMPORTANT!!!!!!!!! (
/showthread.php?tid=478137)
Map Fading <<<<<<<<<<READ HERE, IMPORTANT!!!!!!!!! -
rocker3410 - 28.11.2013
Hi, i've made a map. Compiled it and everything. When i go inside the game to the location of the map, I can't see the bridge but i can drive on it, the objects keep fading out when im a small bit away from it, Any help?
Re: Map Fading <<<<<<<<<<READ HERE, IMPORTANT!!!!!!!!! -
cessil - 28.11.2013
increase the draw distance
Re: Map Fading <<<<<<<<<<READ HERE, IMPORTANT!!!!!!!!! -
rocker3410 - 28.11.2013
Wha? How do you do that
Re: Map Fading <<<<<<<<<<READ HERE, IMPORTANT!!!!!!!!! -
ikbenremco - 28.11.2013
PHP код:
CreateObject(2587, 2001.195679, 1547.113892, 14.283400, 0.0, 0.0, 96.0); //Object will render at its default distance.
CreateObject(2587, 2001.195679, 1547.113892, 14.283400, 0.0, 0.0, 96.0, 250.0); //Object will render at 250.0 units.
CreateObject(2587, 2001.195679, 1547.113892, 14.283400, 0.0, 0.0, 96.0, 50000.0); //Object will render at 300.0 units. (The usable maximum)
https://sampwiki.blast.hk/wiki/CreateObject