SA-MP Forums Archive
map name - 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: map name (/showthread.php?tid=208639)



map name - qUick1337 - 08.01.2011

i put this under Public ongamemodeinit
Код:
SendRconCommand("mapname Los Santos Land's");
but mapname didn't change.. so.. what is the problem ?


Re: map name - blackwave - 08.01.2011

add on the file server.cfg, below "plugins"

Код:
mapname NAME
Works perfectly on me.


Re: map name - qUick1337 - 08.01.2011

allready done this.. but not solved..

and i have one more question who i can delete the alhambra entrance door ? i wanna make a bizz right there..


Re: map name - BlackWolf120 - 08.01.2011

in the server.cfg just write nothing behind mapname.

pawn Код:
//OnGameModeInit
SendRconCommand("mapname your name");
dont know why it isnt working for ya
for me it just works fine

regards...

//edit: maybe it doesnt work because of the ' in ur maps name?? (Los Santos Land's)


Re: map name - qUick1337 - 08.01.2011

dont work.. what ever.. :-j but how i can delete the alhambra entrance door ? xD i wanna make a bizz right there.. and i wanna add some npc.. but they are leaving in 5-6 sec.. why ?


Re: map name - MadeMan - 08.01.2011

https://sampwiki.blast.hk/wiki/DisableInteriorEnterExits


Re: map name - California - 08.01.2011

And look through your server.cfg, all your filterscripts and your gamemodes and search for "mapname", exclude the one on the first post, of course.


Re: map name - qUick1337 - 09.01.2011

ohhhh problem solved xD i found mapname in JunkBuster.INC =]]