Jump to content

Anubhav

Members
  • Posts

    2,277
  • Joined

  • Last visited

Everything posted by Anubhav

  1. local check = dbPoll(dbQuery(connection, "SELECT * FROM account WHERE drift = ?",tostring(account)), -1 ); if type(check) ~= "table" and #check ~= 0 or not check then local d = check[1]; local t = fromJSON ( d["data"] ); if ( type ( t ) == "table" ) then for k, v in pairs ( t ) do setElementData ( source, k, v ); end end end end end addEventHandler ( "onPlayerLogin", root, loadDriftPoints ) You either have less "end" or more "end". Check.
  2. Anubhav

    The last reply

    I will win this no matter what.
  3. Anubhav

    The last reply

    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  4. Anubhav

    The last reply

    AGREED! TIS IS BEST THREAD! 'The last reply' FTW. Come let's spam the fuck out of this thread!
  5. https://community.multitheftauto.com/in ... s&id=13002 Create it fast and quick. As long as that resource is running, your team will be saved. Not advertising but I think that's the only way left for you.
  6. https://wiki.multitheftauto.com/wiki/AddVehicleSirens
  7. if attacker == source then Use that if statement. If you kill yourself, that will go on.
  8. Like literally hard working servers will be destroyed. They have to create everything again. Why would adding a programming language to mta cause servers to be destroyed? Read the title well. They mean to remove Lua and add C++ or C#
  9. Why do you all people seem to have one intention? Like literally hard working servers will be destroyed. They have to create everything again. Just keep Lua, it's the best.
  10. You may want to see: onClientKey (you can probably use getBoundKeys and then loop through and then change the camera to normal again, which it was).
  11. They are. MTA Team can't just close them because of using stolen scripts. See the topic https://forum.multitheftauto.com/viewtopic.php?f=108&t=54447
  12. So what? MTA Team nor they can do anything. You can use leaked scripts, but it's not preffered by me. You just can't close them. Nor can report them. If they clone the server name, then you may report. (like They use CIT!)
  13. Anubhav

    Webadmin

    You could modify the resource to send those commands. It shouldn't be that hard if you have basic knowledge in web development.
  14. Anubhav

    The last reply

    When the MTA Forums get closed permanently!
  15. Yeah, it is like that Use isPedOnGround
  16. The deagle is not rightly attached to the hand in the video. Anyways, it looks good.
  17. Looks good! It should be very useful too! I added you on skype, please explain me how you did this! Meta-tables? I really don't understand them!
  18. Anubhav

    Crashing 64

    I was attached to an nevada (glue script) then a bomb hit us. We got destroyed then I din't die but I went on land then crashed. Any idea?
  19. Anubhav

    SOLVED

    I'm not angry. But you are wrong here, he was not using that function. He was not using: isElementWithinColShape but rather: getElementsWithinColShape What's wrong man? Why are you so confused?
  20. Anubhav

    SOLVED

    Fight? no man I said that, because I know what I am talking about, Read the wiki: https://wiki.multitheftauto.com/wiki/Is ... inColShape this function requires two arguments What shit are you talking? Your code is rather longer and my is shorter. Also my code's performence is better. You don't need to put so many ifs. Also he is NOT USING THAT FUNCTION RATHER THIS: getElementsWithinColShape /end
×
×
  • Create New...