SA-MP Forums Archive
mapping not load or something - 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: mapping not load or something (/showthread.php?tid=613421)



mapping not load or something - OsvaldoS - 27.07.2016

i got some error with my mapping. when my server already run for 2 hours, the mapping is not loaded or gone. anyone know this error ?


Re: mapping not load or something - SyS - 27.07.2016

did u use streamer?


Re: mapping not load or something - OsvaldoS - 27.07.2016

Quote:
Originally Posted by Sreyas
Посмотреть сообщение
did u use streamer?
yes im using streamer


Re: mapping not load or something - Rockefeller - 27.07.2016

Probably you are using function CreateObject and this function is limited with 1000 objects , be sure you are using CreateDynamicObject


Re: mapping not load or something - OsvaldoS - 27.07.2016

Quote:
Originally Posted by Rockefeller
Посмотреть сообщение
Probably you are using function CreateObject and this function is limited with 1000 objects , be sure you are using CreateDynamicObject
so, just change CreateObject to CreateDynamicObject ?
or just delete the CreateObject ?


Re: mapping not load or something - Rockefeller - 27.07.2016

change CreateObject to CreateDynamicObject


Re: mapping not load or something - OsvaldoS - 27.07.2016

Quote:
Originally Posted by Rockefeller
Посмотреть сообщение
change CreateObject to CreateDynamicObject
what about this? just delete this too ?
PHP код:
//Siren
#define CObject CreateObject
#define AObject AttachObjectToVehicle
#define ADObject AttachDynamicObjectToVehicle
#define DObject DestroyObject
#define VObject IsValidObject