map problem - 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: map problem (
/showthread.php?tid=642351)
map problem -
XHunterZ - 28.09.2017
when i put the map codes under ongamemodeinit and compile it with no errors, when i enter the game i dont find the map, what could be the problem.
Note: no any error in server log
Re: map problem -
Kampott - 28.09.2017
Quote:
Originally Posted by XHunterZ
when i put the map codes under ongamemodeinit and compile it with no errors, when i enter the game i dont find the map, what could be the problem.
Note: no any error in server log
|
maybe you've reached the max limit of objects (1000).
Use a streamer plugin and it's CreateDynamicObject function to bypass it.
Re: map problem -
XHunterZ - 28.09.2017
oh alright thanks ill try it