[HELP] Question...
#1


Hello Guys!

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



Pls.

Sorry my bad English.

Reply
#2

https://sampwiki.blast.hk/wiki/SetGameModeText
Reply
#3

in Server.cfg add:
mapname thenameofthemap
Reply
#4

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

The current track race, not the gamemode name.

Reply
#5

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



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

Thanks
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)