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=530481)
Draw Distance -
Amit1998 - 07.08.2014
Hi!
There's somewhat of a mapping-bug in my server. In order to see objects I need to get near them. Is there anything I can do to fix it? Thanks
Re: Draw Distance -
King Ace - 07.08.2014
pawn Код:
CreateDynamicObject (modelid, Float:X, Float:Y, Float:Z, Float:rX, Float:rY, Float:rZ, Float:DrawDistance)
Re: Draw Distance -
Amit1998 - 07.08.2014
Quote:
Originally Posted by King Ace
pawn Код:
CreateDynamicObject (modelid, Float:X, Float:Y, Float:Z, Float:rX, Float:rY, Float:rZ, Float:DrawDistance)
|
What's the limit I can set?
Re: Draw Distance -
King Ace - 07.08.2014
Quote:
Originally Posted by Amit1998
What's the limit I can set?
|
300 is maximum and if you set it to 0.0 it will use the default of the object.