21.02.2011, 12:27
in line 999 to>> 1004 you will find:
Change the host name and weburl and mapname, game mode text!
Example:
Код:
public OnGameModeInit() { SendRconCommand("hostname RuNix's Cops And Robbers[v1.2]"); SendRconCommand("mapname San Andreas"); SendRconCommand("weburl wWw.rSs-rO.cOm"); SetGameModeText("Cops and Robbers [v1.2]");
Example:
Код:
public OnGameModeInit() { SendRconCommand("hostname Your Host Name here!"); SendRconCommand("mapname Your Map Name Here!"); SendRconCommand("weburl Your Web Site Here!"); SetGameModeText("Your game mode text here!");