SA-MP Forums Archive
Map not loading - 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 not loading (/showthread.php?tid=646574)



Map not loading - Enimen - 19.12.2017

I have created a map using the samp map editor
When i compile the map in pawno it does not give any errors but when i test my server it does not show up

Please help, im still learning how to script maybe i did something wrong. So if you can tell me how to correctly add map in scripts please help

Thankyou..


Re: Map not loading - jasperschellekens - 19.12.2017

Where did you place your map?
Is it under OnGameModeInit?


Re: Map not loading - RogueDrifter - 19.12.2017

Also, show bits of the code. Show one CreateObject.


Re: Map not loading - Enimen - 19.12.2017

https://imgur.com/a/iuWwT
https://imgur.com/a/Wnh4x
https://imgur.com/a/FhvT1
https://imgur.com/a/oVhvi

i have also used RemoveBuildingForPlayer
Nothing changed in the InGamemodeInt

Thankyou so much for replying this fast <3


Re: Map not loading - jasperschellekens - 19.12.2017

Dont upload the images, post the code here.
try using dynamic objects and use the streamer plugin


Re: Map not loading - Enimen - 19.12.2017

Quote:
Originally Posted by jasperschellekens
Посмотреть сообщение
Dont upload the images, post the code here.
try using dynamic objects and use the streamer plugin
Can you do it for me?
Ill gift you my map :P


Re: Map not loading - jasperschellekens - 19.12.2017

Quote:
Originally Posted by Enimen
Посмотреть сообщение
Can you do it for me?
Ill gift you my map :P
Just change CreateObject to CreateDynamicObject.
Add #include <streamer>
and download:
https://sampforum.blast.hk/showthread.php?tid=102865


Re: Map not loading - Enimen - 22.12.2017

Quote:
Originally Posted by jasperschellekens
Посмотреть сообщение
Just change CreateObject to CreateDynamicObject.
Add #include <streamer>
and download:
https://sampforum.blast.hk/showthread.php?tid=102865
Still not working ....
can you please do it for me ?


Re: Map not loading - Ritzy2K - 22.12.2017

Where is the code of your map placed? You told "nothing" has been changed under OnGameModeInit.

You need to post your Create(Dynamic)Object code under OnGameModeInit


Re: Map not loading - Enimen - 23.12.2017

Quote:
Originally Posted by Ritzy
Посмотреть сообщение
Where is the code of your map placed? You told "nothing" has been changed under OnGameModeInit.

You need to post your Create(Dynamic)Object code under OnGameModeInit

Okay my server starts and my map loads
but....

game crashes everytime I get near the mapping i did
maybe too many objects loading thats why
what to do?

btw thanks alot for this much help!