if samp server objects are gone? - 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: if samp server objects are gone? (
/showthread.php?tid=511134)
if samp server objects are gone? -
Acres - 04.05.2014
hey guys i just wanted to ask is that possibel if the server objects are gone becasue of the size of the gamemode? because my gamemode is about 128k long and also i deleted my maps but there are still many objects missing..... ( havent deleted them or anything ) also plugins are updated...
Re: if samp server objects are gone? -
Dignity - 04.05.2014
No. It's most likely a streaming issue.
Re: if samp server objects are gone? -
Acres - 04.05.2014
hmm weird because i have the latest streamer.... i tired update mysql but didnt give any result.. using streamer 2.7
Re: if samp server objects are gone? -
Dignity - 04.05.2014
Did you try loading your objects with CreateObject( instead of CreateDynamicObject(?
Re: if samp server objects are gone? -
Acres - 04.05.2014
hmm but just have removed my maps with /* */ but they still give me or i should make all dynamic to createobject?
Re: if samp server objects are gone? -
Acres - 04.05.2014
okay i created everything createobject but now what happend i got 79 warnings of these....
Код:
warning 202: number of arguments does not match definition
and objects are still gone.
Re: if samp server objects are gone? -
Acres - 04.05.2014
anyone?
Re: if samp server objects are gone? -
Acres - 04.05.2014
BUMP
Re: if samp server objects are gone? -
VladimirMark - 04.05.2014
Update to the Latest Streamer and read how to use it!
Here is a link:
https://sampforum.blast.hk/showthread.php?tid=102865
Re: if samp server objects are gone? -
Lidor124 - 04.05.2014
Dude. CreateObject in samp there is a limit of 1000.
If you are using an object streamer you can pass that number, might it because of that issue.