SA-MP Forums Archive
Mappings not loading - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Server (https://sampforum.blast.hk/forumdisplay.php?fid=6)
+--- Forum: Server Support (https://sampforum.blast.hk/forumdisplay.php?fid=19)
+--- Thread: Mappings not loading (/showthread.php?tid=476018)



Mappings not loading - FlawPaw - 16.11.2013

My gamemode's mappings aren't loading when I join my localhost. (CreateDynamicObject) I'm using Incognito's streamer, and when I check the pawno again the maps are there under OnGameModeInit but when I copy the coords and go to it IG, there isn't anything. I waited for like 5 minutes for it to load and still nothing. When I compile it doesn't give any errors, what's the problem?


Re: Mappings not loading - iAnonymous - 16.11.2013

Same problem with me ....

I opened a topic but no one replied ...


Re: Mappings not loading - [D]ry[D]esert - 16.11.2013

Try to put debug msg among the objects.
pawn Код:
CreateDynamicObject(...);
printf("Loaded successfully");
CreateDynamicObject(...);
and see if this message appears in consol.


Re: Mappings not loading - BlueBaron - 16.11.2013

So, its a home hosted server?


Re: Mappings not loading - FlawPaw - 16.11.2013

Quote:
Originally Posted by bluebaron
Посмотреть сообщение
So, its a home hosted server?
Localhost, I'm just testing the new features i applied to the GM.


Re: Mappings not loading - ReD_DeVi - 16.11.2013

try this

pawn Код:
#define CreateDynamicObject
if it helped please rep me