05.12.2016, 12:51
ok bro w8 for a sec . lol there is nothing here its just
// Vehicles
//load_oVehicles();
Load_Vehicles();
// Zones
load_zones();
// Flush gangs
flushGangs();
// Flush explosives
flushExplosiveData();
// Set server weather
SetWeather(4);
SetTimer("GateCheck", 800, true);
//Create gate's
for(new i=0, all=sizeof(gates); i<all; i++)
{
gates[i][ag_id] = CreateObject(980, gates[i][ag_closePos][0], gates[i][ag_closePos][1], gates[i][ag_closePos][2], gates[i][ag_closePos][3], gates[i][ag_closePos][4], gates[i][ag_closePos][5]);
}
// Timers
SetTimer("countMuteTime", 1000, true);
SetTimer("countRobTime", 1000, true);
SetTimer("highPing", 2000, true);
SetTimer("armourCheck", 5000, true); // also caters for DM arena checks
SetTimer("checkJetpack", 2000, true);
SetTimer("gameTip", 600000, true);
SetTimer("quotes", 900000, true);
SetTimer("vipCheck", 300000, true);
SetTimer("Zones_Update", 1000, true);
SetTimer("classCheck", 10000, true);
SetTimer("autoMoneyBag", 1200000, true);
SetTimer("swapMOTD", 300000, true);
for(new i = 0; i < MAX_PLAYERS; i++)
{
Zones[i] = TextDrawCreate(86.000000, 320.000000, "_");
TextDrawBackgroundColor(Zones[i], 255);
TextDrawFont(Zones[i], 1);
TextDrawLetterSize(Zones[i], 0.300000, 1.200000);
TextDrawColor(Zones[i], -1);
TextDrawSetOutline(Zones[i], 0);
TextDrawSetProportional(Zones[i], 1);
TextDrawSetShadow(Zones[i], 1);
TextDrawUseBox(Zones[i], 0);
TextDrawAlignment(Zones[i], 2);
}
if u need more lines og gamemode tell me i send u
but help me plzz
// Vehicles
//load_oVehicles();
Load_Vehicles();
// Zones
load_zones();
// Flush gangs
flushGangs();
// Flush explosives
flushExplosiveData();
// Set server weather
SetWeather(4);
SetTimer("GateCheck", 800, true);
//Create gate's
for(new i=0, all=sizeof(gates); i<all; i++)
{
gates[i][ag_id] = CreateObject(980, gates[i][ag_closePos][0], gates[i][ag_closePos][1], gates[i][ag_closePos][2], gates[i][ag_closePos][3], gates[i][ag_closePos][4], gates[i][ag_closePos][5]);
}
// Timers
SetTimer("countMuteTime", 1000, true);
SetTimer("countRobTime", 1000, true);
SetTimer("highPing", 2000, true);
SetTimer("armourCheck", 5000, true); // also caters for DM arena checks
SetTimer("checkJetpack", 2000, true);
SetTimer("gameTip", 600000, true);
SetTimer("quotes", 900000, true);
SetTimer("vipCheck", 300000, true);
SetTimer("Zones_Update", 1000, true);
SetTimer("classCheck", 10000, true);
SetTimer("autoMoneyBag", 1200000, true);
SetTimer("swapMOTD", 300000, true);
for(new i = 0; i < MAX_PLAYERS; i++)
{
Zones[i] = TextDrawCreate(86.000000, 320.000000, "_");
TextDrawBackgroundColor(Zones[i], 255);
TextDrawFont(Zones[i], 1);
TextDrawLetterSize(Zones[i], 0.300000, 1.200000);
TextDrawColor(Zones[i], -1);
TextDrawSetOutline(Zones[i], 0);
TextDrawSetProportional(Zones[i], 1);
TextDrawSetShadow(Zones[i], 1);
TextDrawUseBox(Zones[i], 0);
TextDrawAlignment(Zones[i], 2);
}
if u need more lines og gamemode tell me i send u
but help me plzz

