14.09.2010, 20:45
Olб, estou querendo saber se tem como mudar o hostname e o weburl pelo gm, ja usei o search mas nгo consegui fazer com os tutorias que vi, algum pode me ajudar? grato.
echo Executing Server Config... lanmode 0 rcon_password escreviesaicorrendoviadoquemtalendo maxplayers 50 port 7777 hostname SA-MP 0.3 Server gamemode0 GangWars 1 filterscripts base plugins mysql announce 1 query 1 weburl www.sa-mp.com maxnpc 0 onfoot_rate 40 incar_rate 40 weapon_rate 40 stream_distance 300.0 stream_rate 1000
public OnGameModeInit()
{
SetGameModeText(string);
SendRconCommand(string);
return 1;
}
public OnGameModeInit()
{
SetGameModeText("MeuGM");
SendRconCommand("weburl MeuSite");
return 1;
}
SendRconCommand("hostname EU_NAO_BUSCO");
SendRconCommand("weburl EU_NAO_BUSCO");