Mappings not loading
#1

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?
Reply
#2

Same problem with me ....

I opened a topic but no one replied ...
Reply
#3

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

So, its a home hosted server?
Reply
#5

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

try this

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


Forum Jump:


Users browsing this thread: 2 Guest(s)