Maps Doesnt loads - 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)
+---- Forum: Help Archive (
https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: Maps Doesnt loads (
/showthread.php?tid=243467)
Maps Doesnt loads -
wheelman_WM - 23.03.2011
Hey i have a big problem i dont know why maps doesnt loads
Re: Maps Doesnt loads -
iggy1 - 23.03.2011
Maybe post some code. We can't guess what you have done wrong.
Re: Maps Doesnt loads -
wheelman_WM - 23.03.2011
code u mean me to post createobjects
Re: Maps Doesnt loads -
iggy1 - 23.03.2011
Yes, you could also give some usefull info like, how many objects are in your script/other scripts you have running? Is any of your map loading?. The first post just tells us you have a problem, you didn't even ask for help!
Re: Maps Doesnt loads -
wheelman_WM - 23.03.2011
http://pastebin.com/KbUEJ8QF
Its a FS I have to fs of maps one is working and one is nt
Re: Maps Doesnt loads -
iggy1 - 23.03.2011
Ok its because the object limit is 400. You need to use an object streamer. The best one available here is in the plugins section of this forum.
LINK TO STREAMER:
https://sampforum.blast.hk/showthread.php?tid=102865
And please read the post on how to install.
Re: Maps Doesnt loads -
gamer931215 - 23.03.2011
First, if you want people to check this out seriously, dont pick such titles...
Anyway the createobject lines are looking good to me, where have you put this in your gamemode/fs ?
It should be under
OnGameModeInit() or
OnFilterScriptInit()
Edit: If you use more objects as this, you might need a streamer like Iggy said. Else its okay
Re: Maps Doesnt loads -
wheelman_WM - 23.03.2011
Its In FS
Re: Maps Doesnt loads -
Achraf_Be - 23.03.2011
i am using PPC's GM i have created 15 islands but i don't know how to add theme PLZ help me or just release pwn and amx files PLZ the download link
http://www.mediafire.com/?6gb63u4je4ghfzv
Re: Maps Doesnt loads -
wheelman_WM - 23.03.2011
wtf i add streamer but now also nt working
Re: Maps Doesnt loads -
Mike Garber - 23.03.2011
You need to use the streamers functions to create the objects.
For that, you can convert the object list here;
Make sure to change Input to SA:MP CreateObject and Output to Incognito's Streamer.
http://www.convertffs.com/
Re: Maps Doesnt loads -
gamer931215 - 23.03.2011
Quote:
Originally Posted by Mike Garber
You need to use the streamers functions to create the objects.
For that, you can convert the object list here;
Make sure to change Input to SA:MP CreateObject and Output to Incognito's Streamer.
http://www.convertffs.com/
|
ctrl + h (replace hotkey) CreateObject -> CreateDynamicObject (much easyer :P)
Anyways like i asked before, where are you putting this code ? OnFilterScriptInit ?
Re: Maps Doesnt loads -
wheelman_WM - 23.03.2011
Yeah