Mapping help - 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: Mapping help (
/showthread.php?tid=306219)
Mapping help -
Blue_Warlance - 25.12.2011
Hey, when i map on my server, i often get complaints about making my Draw distance bigger...
I need help, please.
Random object:
CreateObject(8569, 2427.60, 578.91, 2.43, 90.00, 0.00, 0.00);
what do i need to add/change to make it appear faster?
Re: Mapping help -
spedico - 25.12.2011
Example:
CreateObject(8569, 2427.60, 578.91, 2.43, 90.00, 0.00, 0.00
, 50.0);
You have to add it as it's optional (add one parameter)
0 is default, 300 is max.
Re: Mapping help -
Blue_Warlance - 25.12.2011
Thank you very much