[Ajuda] strings
#6

Tente:
pawn Код:
//No topo do GM
#define SERVER_NAME "NOME DO SV"
#define SERVER_URL "SITE DO SV"
#define SERVER_MAP "San Andreas"
#define SERVER_REVISION ("NOME DO GM OU VERSAO")
#define SERVER_LANGUAGE "PT-BR"


//No OnGameModeInit
new rcon[128];
format(rcon, sizeof(rcon), "hostname %s", SERVER_NAME);
SendRconCommand(rcon);
format(rcon, sizeof(rcon), "weburl %s", SERVER_URL);
SendRconCommand(rcon);
format(rcon, sizeof(rcon), "map %s", SERVER_MAP);
SendRconCommand(rcon);
format(rcon, sizeof(rcon), "language %s", SERVER_LANGUAGE);
SendRconCommand(rcon);
SetGameModeText(SERVER_REVISION);
Reply


Messages In This Thread
strings - by Lucas_HenryK - 18.01.2016, 16:58
Re: strings - by Cidiei - 18.01.2016, 17:24
Re: strings - by Coringa_Vilao - 18.01.2016, 18:17
Re: strings - by [BOPE]Seu._.Madruga - 18.01.2016, 23:06
Re: strings - by Lucas_HenryK - 19.01.2016, 02:31
Re: strings - by willttoonn - 19.01.2016, 05:00

Forum Jump:


Users browsing this thread: 1 Guest(s)