Adding my maps to zGaming - 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: Adding my maps to zGaming (
/showthread.php?tid=459408)
Adding my maps to zGaming -
xxRichixx - 22.08.2013
How do I add my maps to zGaming Gamemode or zGaming Edit.
When I enter those under OnGamemode Init...they don't appear in game.
can anyone help me in this please?
Re: Adding my maps to zGaming -
Cypress - 22.08.2013
You have to add maps normally as on every single gamemode around. It doesn't matter what gamemode, unless something has been implemented to it. Use streamer plugin if necessary; you might have more then 400 objects; check the draw distance etc If you are already using the streamer plugin, check the last parameters like, worldid, playerid and so on.
Good luck.
Re: Adding my maps to zGaming -
xxRichixx - 23.08.2013
"BUMP"
Re: Adding my maps to zGaming -
Dragonsaurus - 23.08.2013
Download streamer
here, as Cypress said.
Place the streamer.dll (If you are running on windows) inside plugins folder, streamer.inc inside pawno/include folder, add "plugins streamer" at the end of server.cfg and write "#include <streamer>" on top of your script, thec recompile and see if there are any results.
Re: Adding my maps to zGaming -
xxRichixx - 23.08.2013
All the things that you told are already in the gamemode. But I replaced the files with streamer e.t.c....but I will test soon and I hope it works