Jump to content

neves768

Members
  • Posts

    93
  • Joined

  • Last visited

Everything posted by neves768

  1. I have this page: http://199.241.186.34:22005/onlines/ and always question user and password(admin user). How i can remove this password?
  2. How to change Zone name? Example: Ganton > OtherName AND how to change City Name? (if is possible)
  3. Thanks, sorry (I know, topic title is bad...) for wasting your time.
  4. What masturbation anim name? in this list: https://wiki.multitheftauto.com/wiki/Animations
  5. Not is firewall and the Program it's all okay I use XAMPP
  6. 'traffix'(http://www.mta-sa.org/index.php?page=Th ... 4&pageNo=1) Error: [2013-12-03 18:27:22] Starting traffix [2013-12-03 18:27:23] ERROR: Unable to connect to mysql: (1130) Host '189.124.190.200' is not allowed to connect to this MySQL server [2013-12-03 18:27:23] Can't connect to the MySQL Database! [2013-12-03 18:27:23] ERROR: traffix\.\server\ped.lua:6: bad argument #1 to 'mysql_query' (mysqlHandler expected, got nil) [2013-12-03 18:27:23] Start up of resource traffix cancelled by script [2013-12-03 18:27:23] Stopping traffix [2013-12-03 18:27:23] start: Resource 'traffix' start was requested (Start up of resource cancelled by script )
  7. sorry double post, but without setTimer, i get other error: bad argument @ 'setPlayerTeam' Original code: empresa1 = createTeam("Viação 1001",255,255,255) empresa2 = createTeam("Nordeste",255,255,0) empresa3 = createTeam("Viação Catarinense",211,211,211) empresa4 = createTeam("Expresso Brasileiro",0,100,0) empresa5 = createTeam("Viação Cometa",0,0,255) empresa6 = createTeam("VIP",0,0,255) function spawn2(source,player) local empresaaa = getElementData(source,"empresa") if empresaaa == 1 then setPlayerTeam (player, empresa1) elseif empresaaa == 2 then setPlayerTeam (player, empresa2) elseif empresaaa == 3 then setPlayerTeam (player, empresa3) elseif empresaaa == 4 then setPlayerTeam (player, empresa4) elseif empresaaa == 5 then setPlayerTeam (player, empresa5) elseif empresaaa == 6 then setPlayerTeam (player, empresa6) end end addEventHandler("onPlayerSpawn", getRootElement(), spawn2) addCommandHandler("testarrr",spawn2)-- test command
  8. I'm making a bus server called "Brazil Multiplayer Bus Simulator"(i'm brazilian) and after player join, open a GUI Window, after the player select a businnes GUI Window close and player spawn, but... This server-side function don't have references of client-side
  9. Ok, have other way ? i have a client-side script and this other side script... after login shows a window with options(buttons), after this how to set Player Team ?
  10. It's Server-side function spawn2(player) local empresaaa = getElementData(player,"empresa") if empresaaa == 1 then setPlayerTeam (player, empresa1) elseif empresaaa == 2 then setPlayerTeam (player, empresa2) elseif empresaaa == 3 then setPlayerTeam (player, empresa3) elseif empresaaa == 4 then setPlayerTeam (player, empresa4) elseif empresaaa == 5 then setPlayerTeam (player, empresa5) elseif empresaaa == 6 then setPlayerTeam (player, empresa6) end end addCommandHandler("testarrr",spawn2) -- Test Command setTimer(spawn2, 1000, 0) Error: [2013-11-30 19:15:59] WARNING: bussimu\server.lua:105: Bad argument @ 'getElementData' [Expected element at argument 1, got nil]
  11. you want to create a column with the names? Yeah...
  12. How to list players in a GRID? and get name of player if have selected?(In "P" Admin Panel have a list in left. How to put this?)(I'm making a new and big version for my Admin Panel to MTA:DayZ )
  13. I can help you, i can Script from 10:00 for 00:00(24hour clock - GMT -3:00 Brazil). Not all Brazilians is... A F*CK bad man, i'm good and i hate decompilers, Brazilians only decompile by the high price of GM... 70% of Brazilians are poor '-'
  14. ccw, but 1.3.2 have hackers, hackers and hackers and have mta dayz trainers... and the bests servers have minclientversion 1.3.3, obs.: When my friend open MTA 1.3.3 PC auto restarts. @Update BUG Resolved in 1.3.4 http://bugs.mtasa.com/view.php?id=7696
  15. PT-BR (Brazillian Portuguese) - My text version Adicionem um sistema de login na 1.3.3 e em futuras versões ? a 1.0 tem sistema de login e ele sincroniza com o site do mta para contar kills e deaths, seria muito bom ter em versões recentes e em versões futuras. Porque também não ter um servidor oficial na 1.3.3 (atualizado) e que conte os kills/deaths no site ? Seria legal, pois o pessoal da equipe do MTA poderia ver os bugs e os hackers para bloquear(sim, as vezes entra hacker em um servidor oficial...) English - Google Translate version Add a login system in 1.3.3 and future versions? 1.0 has a login system, and it synchronizes with the website to tell mta kills and deaths, would be very nice to have in recent versions and future versions. Because I do not have an official server in 1.3.3 (updated) and count the kills / deaths on the site? It would be nice because the staff team MTA could see the bugs and hackers to block (yes, sometimes enters hackers into a official server ...)
  16. I tried to put a list of players, but could not. Someone here can put a list of players
×
×
  • Create New...