Jump to content

Anderl

Members
  • Posts

    2,266
  • Joined

  • Last visited

Everything posted by Anderl

  1. Good job, JavaSDK will be very useful
  2. I think it's better if you check here, it has everything better explained than if would be me: https://wiki.multitheftauto.com/wiki/CallRemote https://wiki.multitheftauto.com/wiki/FetchRemote
  3. fadeCamera( player, false ) -- deixa a tela peta | troque 'player' pelo elemento setTimer( fadeCamera, 2000, 1, source, false, 0.5 ) -- volta ao normal em 2s
  4. Amazing job, keep up!
  5. Anderl

    HELP IDS'

    Just wondering, why are you copying everything from SBGames server? Your server won't be popular for using others' work.
  6. Anderl

    HELP'

    Explain better.
  7. You're messing Lua with Pawn lol Change: format(string, sizeof(string), "%s Foi para o Drop 3 || Vá tambem: ( /drop3 )", pname); SendClientMessageToAll(Amarelo, string); And all repeats and write this: outputChatBox( getPlayerName( source ) .. ' Foi para o Dop 3 || Vá também: ( /drop3 )', root, 0, 255, 255, true );
  8. Although you don't know me and I have never talked to you, happy birthday Remi-X.
  9. Anderl

    HELP TERRITORY

    I won't make it for you, even for money and I'm sure nobody will make it for you too. Learn and make it by yourself.
  10. I did this, and it ran some stuff only in the end of the check: local bState = false local iIndex = 0 while not bState do iIndex = iIndex + 1 if( getElementData( getElementsByType( 'vehicle' )[iIndex], 'testing' ) ) then destroyElement( getElementsByType( 'vehicle' )[iIndex] ) end if( iIndex == #getElementsByType( 'vehicle' ) ) then bState = true end end --do stuff
  11. Anderl

    HELP TERRITORY

    You can search in the community but I'm pretty sure there isn't anything even like that so you are going to have to learn and make it by yourself.
  12. He explained, you just didn't understand. He meant that functions are executed before the loop ends. That means, the loop starts and the function get executed and not the loop get started then wait to it to end and execute the function.
  13. At the moment, it's impossible. IFP engine functions have been deleted due to bugs but they should be implemented in a new version that is coming.
  14. This is not the right section. Also, copying names of other people is not a good deal.
  15. Anderl

    Admin Panel

    If you want jail functions, you can use C-Panel, search it on the community or make one by yourself.
  16. It's easy to maintain all these things. However, it's up to you.. If you are too much busy or don't have enough people to work in that then use VPS from 3rd parties.
  17. Use "callRemote" to call remote pages and send/retrieve data or call exported HTTP functions and "fetchRemote" to send and retrieve data from HTTP servers( too ).
  18. I did not understand this. This means you are going to buy VPS from 3rd parties and sell them or buy dedicated servers and sell VPS? We are going to buy VPSes from 3rd parties, which we offer managed and with control panel. Normally there isn't a real solution for consumers to use VPSes for gamehosting because there isn't really a control panel available. Isn't buying a good dedicated server and sell VPS easier?
  19. I did not understand this. This means you are going to buy VPS from 3rd parties and sell them or buy dedicated servers and sell VPS?
  20. Anderl

    Admin Panel

    It's not random, it's the default one made by lil Toady. As Jaysds1 said, you can search on MTA:SA Community or learn and make one by yourself.
  21. You forgot to say that to enter that router's configuration page you must get your default gateway going to Windows Command Line and typing "ipconfig", get the "Default Gateway" number and write it on your browser's address bar, there should appear a page asking you for credentials, you should have them on your router's box/manual and then it will appear something like what you said.
×
×
  • Create New...