Jump to content

tootao123

Members
  • Posts

    37
  • Joined

  • Last visited

Everything posted by tootao123

  1. stuf MATRIX DOWN ;p FAILED
  2. Olá galera, procurando um servidor bom para jogar ? Ai está Veja o sistema do servidor : Venha conferir !! [*]Sistemas VIP: Gold = Custa 10 euros e tem : 100% de colete , voce ganha 3,000 quando matar alguem, Habilitada a barra VIPS,Compre granadas , Tank,Hunter e voce recebe 30% de desconto,Sua habilidade Weapon é o nível 999 (max / alguns casos, você terá armas de mão dupla, em vez de um) Você aparece em! Premium (IRC) e / premium (jogo) quando você estiver conectado no servidor. -Você ganha dinheiro dentro do jogo $ 5000000., -5 Granadas em cada spawn Silver: 5 Granadas em cada spawn -Sua habilidade Weapon é o nível 999 (max / alguns casos, você terá armas de mão dupla, em vez de um) -50% Em cada armadura spawn -/shop é 20% mais barato - $ 2,000 / kill -Você aparece em! Premium (IRC) e / premium (jogo) quando você estiver conectado no servidor. -Você tem um texto acima da sua cabeça mostrando VIP -/shop (Tab VIP), que inclui aloca de recursos, como Rinocerontes / caçadores / granadas / etc .. -Você ganha dinheiro ingame $ 2500000. Bronze: -Sua habilidade Weapon é o nível 999 (max / alguns casos, você terá armas de mão dupla, em vez de um) -50% Em cada armadura spawn -/shop é 10% mais barato -Você aparece em! Premium (IRC) e / premium (jogo) quando você estiver conectado no servidor. -Você tem um texto acima da sua cabeça mostrando Premium -/shop (Tab VIP), que inclui aloca de recursos, como Rinocerontes / caçadores / etc .. -Você ganha dinheiro ingame $ 1000000. [*]Mas de 6000 contas registradas.. [*]Otimos adiministradores [*]Mas de 100 mapas muito bom( incluindo corridas ) [*]Servidor online 24/7 [*]Sistema Anti-Hack , mudo, Jail ( prisão por 3 minutos ) [*]Troque seu nome quando quizer Veja o video aqui Entrem no melhor servidor do mta mta:sa//188.165.225.144:7000 site: http://www.mini-missions.org Espero por Vocês !
  3. È nOiz brasileiros que manda nessa porraaaaaaaaaaaaaaaaaaaaa
  4. first: what i said? looking for a scripter second: I asked you, you sent me the file, I can not do anything if you are stupid. Now do not be posting this because you sent me the file and i dont promisse 20$ for you you did to me why he wanted to
  5. Hello everyone, I am here looking for a scripter to be a manager and help create (to code) to the server. I need an experienced anything post here or add me on msn [email protected] PS: the server is online 24 hours per day
  6. please send link for me donwload
  7. not work you can add my msn : [email protected] or post the files for me donwload please?
  8. not work i put in teams.lua and not work when i start server appear incorrect value addEventHandler' if teamSelection == "Tunestars" then setPlayerTeam ( source, teamTune ) local x,y,z x = -1952 y = 280 z = 35 spawnPlayer ( source, x,y,z ) fadeCamera(source, true) giveWeapon ( source, 1, 1 ) giveWeapon ( source, 4, 1 ) giveWeapon ( source, 24, 500 ) giveWeapon ( source, 28, 500 ) giveWeapon ( source, 31, 500 ) giveWeapon ( source, 41, 1000 ) giveWeapon ( source, 39, 50 ) setElementHealth ( source, 100 ) setPlayerNametagColor ( source, 0,100,255 ) setPedSkin ( source, math.random(46,48) ) setPedArmor ( source, 100 ) playSoundFrontEnd ( source, 45 ) setTime ( hour, mins+1 ) end function teamWithPassword() GUIEditor_Window = {} GUIEditor_Button = {} GUIEditor_Edit = {} GUIEditor_Window[1] = guiCreateWindow(330,248,179,63,"Password",false) guiWindowSetMovable(GUIEditor_Window[1],false) GUIEditor_Edit[1] = guiCreateEdit(9,25,133,27,"",false,GUIEditor_Window[1]) GUIEditor_Button[1] = guiCreateButton(145,24,23,27,"GO",false,GUIEditor_Window[1]) GUIEditor_Button[2] = guiCreateButton(9,-133,26,63,"",false,GUIEditor_Window[1]) addEventHandler("onClientGUIClick", submitButton, function () local elText = guiGetText(edit_label) if (elText == "passwordfortuneteam") then triggerServerEvent("setTeamTune", getLocalPlayer()) else outputChatBox("The password is incorrect") end
  9. i not see the if the password is correct add my msn [email protected] or make this : if teamSelection == "Tunestars" then setPlayerTeam ( source, teamTune ) local x,y,z x = -1952 y = 280 z = 35 spawnPlayer ( source, x,y,z ) fadeCamera(source, true) giveWeapon ( source, 1, 1 ) giveWeapon ( source, 4, 1 ) giveWeapon ( source, 24, 500 ) giveWeapon ( source, 28, 500 ) giveWeapon ( source, 31, 500 ) giveWeapon ( source, 41, 1000 ) giveWeapon ( source, 39, 50 ) setElementHealth ( source, 100 ) setPlayerNametagColor ( source, 0,100,255 ) setPedSkin ( source, math.random(46,48) ) setPedArmor ( source, 100 ) playSoundFrontEnd ( source, 45 ) setTime ( hour, mins+1 ) end
  10. i not see the if the password is correct add my msn [email protected] or make this : if teamSelection == "Tunestars" then setPlayerTeam ( source, teamTune ) local x,y,z x = -1952 y = 280 z = 35 spawnPlayer ( source, x,y,z ) fadeCamera(source, true) giveWeapon ( source, 1, 1 ) giveWeapon ( source, 4, 1 ) giveWeapon ( source, 24, 500 ) giveWeapon ( source, 28, 500 ) giveWeapon ( source, 31, 500 ) giveWeapon ( source, 41, 1000 ) giveWeapon ( source, 39, 50 ) setElementHealth ( source, 100 ) setPlayerNametagColor ( source, 0,100,255 ) setPedSkin ( source, math.random(46,48) ) setPedArmor ( source, 100 ) playSoundFrontEnd ( source, 45 ) setTime ( hour, mins+1 )end
  11. i put this code work and not spawn addEventHandler( 'onClientGUIClick', button_Open, function() if guiGetText( passwordEditField ) == 'somePassword' then triggerServerEvent( 'openDoor', getLocalPlayer() ); --open your door if password is correct else outputChatBox( 'Incorrect password' ); end; end , false ); ?
  12. i put this code work and not spawn addEventHandler( 'onClientGUIClick', button_Open, function() if guiGetText( passwordEditField ) == 'somePassword' then triggerServerEvent( 'openDoor', getLocalPlayer() ); --open your door if password is correct else outputChatBox( 'Incorrect password' ); end; end , false ); ?
  13. please help me how i can put password in team?
  14. please help me how i can put password in team?
  15. put the on in game when click in add object
  16. put the on in game when click in add object
  17. hello , in game and manarg acl i can't add objects , only remove how i can enable for add objects please help me
  18. hello , in game and manarg acl i can't add objects , only remove how i can enable for add objects please help me
  19. man help me i dont understand english please is in folder of mta to put the 221... HTTP PORt ?
  20. no no i used the gui editor and created more i dont know how put when players click in button spawn to the local you can tell me ?
  21. but one thing, how do I create tables for players spawn?
  22. Server Name External Port Start External Port End Protocol Internal Port Start Internal Port End Server IP Multh Theft Auto 22003 22003 22003 UPD 22003 Multh Theft Auto 22005 22005 UDP 22005 22005 192.168.254.19 Multh Theft Auto 22003 22005 TCP/UDP 22003 22005 192.168.254.19 Multh Theft Auto 22126 22126 TCP/UDP 22126 22126 Game monitor 123 123 TCP/UDP 123 123 192.168.254.19 look are correct ?
×
×
  • Create New...