Jump to content

Anderl

Members
  • Posts

    2,266
  • Joined

  • Last visited

Everything posted by Anderl

  1. Verdade, esses caras só copiam... Por isso que eu não gosto muito de jogar MTASA Até a FFS está copiando a ideia da TG ( novo mode sendo desenvolvido pelo Arezu ). Enfim, eu poderia ajudar, mas, estou tentando me focar só no meu novo projeto ( empresa de WebHosting, Gameservers, VPS, Registro de Domínios, Outros serviços ). Eu estava até criando um clan, mas não tem mais graça isso... Só falando, eu não sou br por isso que não jogo esses servidores aí ( copiados / com recursos da comunidade ) mas jogo Race.
  2. Não, lol. Tenho quase a certeza que você copiou esse código, certo?
  3. Salve na conta... setAccountData ...quando o jogador sair e... getAccountData setElementData ...quando o jogador entrar.
  4. Se Staff é o nome do team então está errado. Você tem que usar ponteiros para o team. Use getTeamFromName: local team = getTeamFromName( 'Staff' );
  5. Staff é um ponteiro para um team?
  6. True story. Also, does it has any protection? Fail why? Yes I have SSH enabled I think you understand wrong. My "True story" was that I didn't agree Anyway, about protection: lol What does SSH has to be with protection? .__. I'm talking about protection against DDoS, DoS, ....
  7. True story. Also, does it has any protection?
  8. Anderl

    Chat Freaking out

    Sometimes that happens to me and part of messages desappear. Then, some seconds after they appear again. I'll see if latest nightly solves the problem.
  9. He is not talking about that, I think.
  10. Well, some people like RP, and I think that's where MTA gets it's rep from.(My opinion) People like shits, not RP, what they call "RP" are just bugged copys of other gamemodes. I don't know what RP/RPG has to be so funny. It's just a piece of shit where you do jobs and those shits. Then the server get hacked and owners( nab ones ) come to MTASA Forums and post some shitty conversation about the guy who DDosed the server and some time after topic get closed...
  11. The player did not join the server yet so you can not kick him.
  12. addEventHandler( 'onPlayerWasted', root, function( ) if( getPlayerTeam( source ) ) then if( getTeamName( getPlayerTeam( source ) ) == 'Ballas' ) then spawnPlayer( source, 1922.4970703125, -1127.9501953125, 25.042316436768, 0, getElementModel( source ) or 0, 0, 0, getPlayerTeam( source ) ); elseif( getTeamName( getPlayerTeam( source ) ) == 'Police' ) then spawnPlayer( source, 1545.6162109375, -1675.33203125, 13.560710906982, 95, getElementModel( source ) or 0, 0, 0, getPlayerTeam( source ) ); elseif( getTeamName( getPlayerTeam( source ) ) == 'Grove' ) then spawnPlayer( source, 2495.24609375, -1687.2548828125, 13.515160560608, 0, getElementModel( source ) or 0, 0, 0, getPlayerTeam( source ) ); else -- spawn player somewhere else end else -- spawn player somewhere else end end )
  13. E não é necessário criar duas funções para criar duas GUI ._.
  14. Here: local savename = feldname In your MySQL_GetString function, I didn't see. "feldname" is not declarated.
  15. Show MySQL table "user_data".
  16. They are only removed from GTA World. And yes, you can get the objects from the map file again using XML functions to load it as a .map file is a xml.
  17. There's no way until you show the function Mysql_GetString/Mysql structure.
  18. "bt" is returning false.
  19. Yes, if "setElementData" function ( when you set ban time ) is returning true/false.
  20. And did you check if it's setting element data?
  21. Sure, I did, 'Bann' is saved in the database. And how can I check the 'Bann'-data otherwise? Greets What database? As far as I know, element data is saved nowhere, there's no database.
×
×
  • Create New...