Why not show objects
#8

}

public OnGameModeInit()
{
SendRconCommand("mapname test");

new versionstr[20];
format(versionstr, sizeof(versionstr), "%s", ServerioVersija);
SetGameModeText(versionstr);

if(GetMaxPlayers() > MAX_PLAYERS)
{
print("GetMaxPlayers > MAX_PLAYERS, padidinkite MAX_PLAYERS skaiciu.");
SendRconCommand("exit");
return 1;
}

mysql_debug(true); // true - Debug'as ijungtas.
mysql_connect(MySQL_HOST, MySQL_USER, MySQL_DATA, MySQL_PASS);
if(mysql_ping() >= 1) print("Prisijungeme prie MySQL sekmingai!");
else SendRconCommand("exit");

for(new pick; pick < MAX_PICKUPS; pick++) DestroyPickup(pick);

EnableStuntBonusForAll(false);
SetNameTagDrawDistance(30);
LimitGlobalChatRadius(20);
AllignMaxPlayers();
DisableInteriorEnterExits();
ManualVehicleEngineAndLights();
ShowPlayerMarkers(0);
LoadSpawns();
EnableLobiai();
CreateMenues();
LoadVehicles();
LoadObject();
Reply


Messages In This Thread
Why not show objects - by Karolukas123 - 18.01.2015, 19:30
Re: Why not show objects - by Ironboy - 18.01.2015, 19:36
Re: Why not show objects - by Lynn - 18.01.2015, 19:48
Re: Why not show objects - by Karolukas123 - 18.01.2015, 19:49
Re: Why not show objects - by Lynn - 18.01.2015, 19:51
Re: Why not show objects - by Karolukas123 - 18.01.2015, 19:59
Re: Why not show objects - by Lynn - 18.01.2015, 20:00
Re: Why not show objects - by Karolukas123 - 18.01.2015, 20:27

Forum Jump:


Users browsing this thread: 1 Guest(s)