Get Mapname ? - 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: Get Mapname ? (
/showthread.php?tid=156037)
Get Mapname ? -
Biscottinis - 20.06.2010
How can i get mapname to store it in a variable?
Re: Get Mapname ? -
Jefff - 20.06.2010
Код:
#define MAP_NAME "LV MOD"
Код:
new MAP_NAME[7]="LV MOD";
or milion other combinations xD
?
Re: Get Mapname ? -
Biscottinis - 20.06.2010
Na i need something that outputs mapname
Re: Get Mapname ? -
titanak - 20.06.2010
what do you mean outputs mapname ? , err what map name you exactly want?
Re: Get Mapname ? -
Fj0rtizFredde - 20.06.2010
Do you want it to be displayed in the sa-mp client or in the game? :P
Re: Get Mapname ? -
(.Aztec); - 20.06.2010
Quote:
Originally Posted by Fj0rtizFredde
Do you want it to be displayed in the sa-mp client or in the game? :P
|
in-game most likely.