25.04.2013, 13:36
Quote:
|
public OnGameModeInit() { ServerMoneyInit(); PrecoMorro = 5000; PrecoPG = 5000; PrecoUnity = 5000; PrecoCasarao = 5000; PrecoMaddDogg = 5000; MensagemDesligou = 0; VelocidadeBalao = 2; VelocidadeBalao2 = 2; VelocidadeBalao3 = 2; VelocidadeBalao4 = 2; VelocidadeBalao5 = 2; VelocidadeBalao6 = 2; VelocidadeBalao7 = 2; CarregarSenhaSeguranca(); ManualVehicleEngineAndLights(); CarregarNumeroRegistrados(); LoadBizz(); LoadSBizz(); LoadOrgs(); LoadSalarioOrg(); LoadProperty(); LoadBoxer(); LoadStuff(); LoadCar(); LoadCofreOrg(); LoadCandidatos(); TerFome = 0;//comando para definir /terfome SistemaHospital = 1;//comando para definir /hospital SetHora(); NoEvento = 0; getdate(v[0], v[1], v[2]); gettime(v[3], v[4], v[5]); CHitman = 0; CTriad = 0; SetGameModeText(SVVERSAO); SendRconCommand(MPNOME); SendRconCommand(NOMESERVER); SendRconCommand(NOMESITE); SendRconCommand(RCONPASS); SendRconCommand("rcon 0"); SendRconCommand("stream_distance 180.0"); SendRconCommand("stream_rate 1000"); //================================================== ===== BombCount = TextDrawCreate(270.000000, 397.000000, "00:00:00"); TextDrawBackgroundColor(BombCount, 255); TextDrawFont(BombCount, 2); TextDrawLetterSize(BombCount, 0.500000, 2.199999); TextDrawColor(BombCount, -1); TextDrawSetOutline(BombCount, 1); TextDrawSetProportional(BombCount, 1); ShowPlayerMarkers(0); AllowInteriorWeapons(1); DisableInteriorEnterExits(); UsePlayerPedAnims(); SetTimer("SendMensagens",90000,1); weaponhacktimer = SetTimer("CheckHack",1000,1); unjailtimer = SetTimer("SetPlayerUnjail", 1000, 1); othtimer = SetTimer("OtherTimer", 1000, 1); cartimer = SetTimer("CarCheck", 40000, 1); pickuptimer = SetTimer("CustomPickups", 1000, 1); spectatetimer = SetTimer("Spectator", 2000, 1); productiontimer = SetTimer("Production", 300000, 1); checkgastimer = SetTimer("CheckGas", 15000, 1); SetTimer("TempoTerritorios", 1500000, 1); SetTimer("reloginho",1000,true); SetTimer("OnplayerAtualizador", 1000, 1); SetTimer("AtualizarTops", 500000, 1); |

