HOW TO FIX THIS PROBLEM
#9

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
Reply


Messages In This Thread
HOW TO FIX THIS PROBLEM - by KNIGHT786 - 05.12.2016, 11:31
Re: HOW TO FIX THIS PROBLEM - by Micko123 - 05.12.2016, 11:55
Re: HOW TO FIX THIS PROBLEM - by doreto - 05.12.2016, 11:59
Re: HOW TO FIX THIS PROBLEM - by KNIGHT786 - 05.12.2016, 12:11
Re: HOW TO FIX THIS PROBLEM - by vikoo - 05.12.2016, 12:22
Re: HOW TO FIX THIS PROBLEM - by KNIGHT786 - 05.12.2016, 12:26
Re: HOW TO FIX THIS PROBLEM - by Micko123 - 05.12.2016, 12:39
Re: HOW TO FIX THIS PROBLEM - by iLearner - 05.12.2016, 12:41
Re: HOW TO FIX THIS PROBLEM - by KNIGHT786 - 05.12.2016, 12:51
Re: HOW TO FIX THIS PROBLEM - by AlexBlack - 05.12.2016, 13:05

Forum Jump:


Users browsing this thread: 2 Guest(s)