[MAP] Having problem with mapping - 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] Having problem with mapping (
/showthread.php?tid=555783)
[MAP] Having problem with mapping -
ChupaKabras - 08.01.2015
Hello everybody, and nice to meet the people who can help me.
I have actually a problem on my SA:MP Roleplay server, I have installed two mappings, they both use RemoveBuildingForPlayer and CreateObject, but the new mapping is showing up, and the old mapping is not showing. I have also changed the streamer max object to see if this could work but nothing.
Running on a VPS from OVH (32GB RAM, Windows 2012 Server 64 bits, 12 CPU, 6 TB disk space).
Any help is accepted !
Re: [MAP] Having problem with mapping -
DavidSparks - 08.01.2015
Try changing CreateObject to CreateDynamicObject.
Re: [MAP] Having problem with mapping -
ChupaKabras - 08.01.2015
The mapping that is originaly made with the gamemode is in CreateObject and CreateDynamicObject, both are not working. But the new mapping is working, and it use the CreatObject
Re: [MAP] Having problem with mapping -
DavidSparks - 08.01.2015
Well I remember when I got this error, I did just do all CreateObject to CreateDynamicObject. I know it sounds like...wtf? But just try it.
Re: [MAP] Having problem with mapping -
HeLiOn_PrImE - 08.01.2015
Compare and adjust your parameters! Those are usually the issues...
Re: [MAP] Having problem with mapping -
Alex_T - 08.01.2015
Change all CreatObject to CreateDynamicObject. You are at max limit of objects. I just had this problem and thats how I fixed it.