SA-MP Forums Archive
Some Issue - 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: Some Issue (/showthread.php?tid=193517)



Some Issue - Fool - 26.11.2010

Hello i Run a server with Objects.
I have a littie problem, when i make new Objects they stay and work,
for 2-3 days, they become invisiable.
If you need code of 1 object i could show u
Extra Info: i get no Error's or Warnings

Код:
    CreateObject(1655,1963.445434,-2211.245361,14.243527,8.000000,0.000000,178.848968);
	CreateObject(1655,1963.246215,-2217.966308,18.019844,8.000000,0.000000,178.848968);
	CreateObject(620,1805.290771,-1598.824707,12.658987,0.000000,0.000000,345.405670);
	CreateObject(620,1925.964599,-1357.531494,14.475749,0.000000,0.000000,296.922058);
	CreateObject(16328,1478.052490,-1566.979492,22.514312,0.000000,0.000000,11.135746);
	CreateObject(2587,1555.765014,-1674.811523,16.780027,0.000000,0.000000,268.046844)



Re: Some Issue - FreshDoubleX - 26.11.2010

How many objects do you have in your server ? Like I see then you're not using streamer.


Re: Some Issue - Fool - 26.11.2010

about 200-300.


Re: Some Issue - The_Moddler - 26.11.2010

Try this:

Код:
CreateObject(2587,1555.765014,-1674.811523,16.780027,0.000000,0.000000,268.046844, 300.0);
Add 300 to every object at the end, like the example.


Re: Some Issue - Ash. - 26.11.2010

Quote:
Originally Posted by The_Moddler
Посмотреть сообщение
Try this:

Код:
CreateObject(2587,1555.765014,-1674.811523,16.780027,0.000000,0.000000,268.046844, 300.0);
Add 300 to every object at the end, like the example.
Agreed. Since 0.3b, CreateObject has had a new draw distance parameter.


Re: Some Issue - Fool - 26.11.2010

so its a Sa-MP issue, but if that's true but why does it go after 2-3 days. anyways Thanks.