SA-MP Forums Archive
Maps are not appearing in Server - 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 appearing in Server (/showthread.php?tid=521759)



Maps are not appearing in Server - Wahaj - 24.06.2014

Hello , i would like to ask something , i am trying to add some maps to my server. I take some codes which look like "CreatingObjects blabla" and paste under "public OnFilterScriptInit()" and end them with "return1;"
They look like :-
Quote:

public OnFilterScriptInit()
{
CreateObject(19452, 1274.69995, -2046.66577, 59.94950, 0.00000, 0.00000, -90.00000);
return1;
}

And i compile the file and add it in Filterscripts. Then i open server.cfg and add the file name in filterscripts line. And the console seems to load the file by "Loading" , now when i turn on the server and go to the place. There is no mapped place. And i do not edit OnFilterScriptExit() , i leave the otherhalf and just edit the above quoted part. Am i doing it right? Please be polite , i might be a newbie here.


Re: Maps are not appearing in Server - Aerotactics - 24.06.2014

Open your server log, labeled server.txt, and read the very bottom of it.


Re: Maps are not appearing in Server - Wahaj - 24.06.2014

No error in loading the maps.amx. I don't know what you want to say by asking me to look my server log..


Re: Maps are not appearing in Server - Dangjai - 24.06.2014

Do you have streamer plugin?


Re: Maps are not appearing in Server - Wahaj - 25.06.2014

Yes , i do have it.


Re : Re: Maps are not appearing in Server - Clad - 25.06.2014

Quote:
Originally Posted by Wahaj
Посмотреть сообщение
Yes , i do have it.
You have RemoveBuildingForPlayer ?


Re: Maps are not appearing in Server - Wahaj - 25.06.2014

Yes Clad , as it depends on the map script where you are scripting , so yea , and i have added like 5 maps in 1 by posting all under OnFilterScriptInIt() , can u tell me do we have to delete this :-
Quote:

print("\n--------------------------------------");
print(" Blank Filterscript by your name here");
print("--------------------------------------\n");