21.06.2012, 20:09
Hello the mapping 10/10 to install it but I do: GameMode'''' ->'' PPC_Trucking (my GameMode) pawno.exe'' open with the code and I have to paste after normelement code (PS: say me or paste the code mapping!: / / This callback gets Called When The server initializes the GameMode
public OnGameModeInit ()
{
new HostCommand [128];
/ / Change the hostname
format (HostCommand, 128, "hostname% s", GameModeName);
SendRconCommand (HostCommand);
SetGameModeText (GameModeName) / / Set the mode of the GameMode, Which Appears in the list of servers
GameModeInit_VehiclesPickups () / / Add all static vehicles and pickups When the server starts That Are required (also houses the load)
GameModeInit_Classes () / / Add character models to the class-selection (without weapons)
GameModeInit_Map ();
public OnGameModeInit ()
{
new HostCommand [128];
/ / Change the hostname
format (HostCommand, 128, "hostname% s", GameModeName);
SendRconCommand (HostCommand);
SetGameModeText (GameModeName) / / Set the mode of the GameMode, Which Appears in the list of servers
GameModeInit_VehiclesPickups () / / Add all static vehicles and pickups When the server starts That Are required (also houses the load)
GameModeInit_Classes () / / Add character models to the class-selection (without weapons)
GameModeInit_Map ();

