Problem with objects in 0.3c - 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)
+---- Forum: Help Archive (
https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: Problem with objects in 0.3c (
/showthread.php?tid=222126)
Problem with objects in 0.3c -
DisasterKing - 06.02.2011
Hello to all, i have problem with objects i add in script...All that works fine at previous version of server, but when i compile gamemod to 0.3c version, there is problems with gates and anyother object i add. All objects become able to see only when you come 1 meter from object :S how can i fix it? tnx for answer
Re: Problem with objects in 0.3c -
Ivan_Pantovic - 06.02.2011
If you aren't using any streamers, simply find every line with "CreateObject"
and add ",200.0" before ");"
Re: Problem with objects in 0.3c -
DisasterKing - 06.02.2011
That helps, problem fixed...tnx for help

))
Re: Problem with objects in 0.3c -
DisasterKing - 07.02.2011
Another problem, this fix only static object, but object like gates and other wich can move, are still invisable from far distance...how fix this problem on moving objects? S: