SA-MP Forums Archive
[HELP] Question... - 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: [HELP] Question... (/showthread.php?tid=71462)



[HELP] Question... - SakuraBloss - 01.04.2009


Hello Guys!

I hav a racing server, how i can show the current track in progress in SAMP window ??



Pls.

Sorry my bad English.




Re: [HELP] Question... - Kinetic - 01.04.2009

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


Re: [HELP] Question... - Sdhoirm - 01.04.2009

in Server.cfg add:
mapname thenameofthemap


Re: [HELP] Question... - SakuraBloss - 01.04.2009

Quote:
Originally Posted by Kinetic
Thanks Kinectic, but isn't that.

The current track race, not the gamemode name.




Re: [HELP] Question... - Norn - 01.04.2009

pawn Код:
new sendcmd[128];
format(sendcmd, sizeof(sendcmd), "mapname %s", CURRENTMAP); SendRconCommand(sendcmd);



Re: [HELP] Question... - SakuraBloss - 01.04.2009



Hi Norm.
Where write this?
Код:
format(sendcmd, sizeof(sendcmd), "mapname %s", CURRENTMAP); SendRconCommand(sendcmd);
In OnGameModeInit() ??

Thanks