SA-MP Forums Archive
Maps Are 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: Maps Are Not Loading (/showthread.php?tid=354254)



Maps Are Not Loading - God'Z War - 26.06.2012

Hi Guys
I have maken spawning place map in mta i added in server.but when they request for spawn maps are not loading. plz help me


Re: Maps Are Not Loading - «XTC» - 26.06.2012

so... could you post an example of the map you included in your gm? (a line of an object)


Re: Maps Are Not Loading - God'Z War - 26.06.2012

i included in fs not in gm


Re: Maps Are Not Loading - «XTC» - 26.06.2012

there isnt any difference... just copy a line of your map and paste it here...


Re: Maps Are Not Loading - God'Z War - 26.06.2012

I Added only 1 line
Quote:

CreateDynamicObject(8947,410.06854248,-2028.28186035,-2.90000010,0.00000000,0.00000000,270.00000000); //




Re: Maps Are Not Loading - Jstylezzz - 26.06.2012

Where did you put this? Which callback?


Re: Maps Are Not Loading - Randy More - 26.06.2012

Make sure you have compiled the fs and you have the .amx file version, also make sure you have inserted the filterscript name in the configuration file.


Re: Maps Are Not Loading - God'Z War - 26.06.2012

When the player spawn every maps loading
i want to make that load when the player request for class selection


Re: Maps Are Not Loading - Jstylezzz - 26.06.2012

Under which callback are they?
And, in whichinterior is it mapped? (i mean, interior 1 or 2 or w/e)


Re: Maps Are Not Loading - Randy More - 26.06.2012

They will be forced to the Class-request anyways, so why don't you just leave them or add them if you didn't under OnFilterScriptInit callback?