Jump to content

TorNix~|nR

Members
  • Posts

    503
  • Joined

  • Last visited

Everything posted by TorNix~|nR

  1. TorNix~|nR

    Download

    Hello guys, I'm using the moddownload of @xXMADEXx, it works fine LINK: https://community.multitheftauto.com/index.php?p=resources&s=details&id=11265 but there is something bad I want to change, you should open the panel and turn on the mods, how can I disable this, and make it always automatically on. help please?
  2. I'm already using weapon propreties on Sniper, and Minigun
  3. anyone help please?
  4. TorNix~|nR

    Fire bug

    hello everyone, I have a little bug on my server, when the player get fired for example by a Molotov or a Flamethrower it doesn't damage it, I do not know why, help please?
  5. najeem na3ref chta3mel fi profili :) ?

    1. Show previous comments  2 more
    2. SkiZo

      SkiZo

      tnajjem tmout sadi9i x'D 

    3. TorNix~|nR

      TorNix~|nR

      lol braby tfarej lmafrekh jdod li dekhlou fel mta jmee3et el copy paste hahah @WASSIm.

    4. SkiZo

      SkiZo

      rofl 3ndk 7aja 3indy ? 3mil recherche w pissodfa tla3 el POST te3ak :v KIDS ;) 

      Play away :) 

  6. Thank you so much guys <3
  7. Hello guys, I have a big trouble, on my server, there is more than 160 bans because of pub servers on chat, and some of copying the mods is there any solution to fix those? because I want to unban all these I already use the .luac, but they copy it and make it on their server, I need help Please guys tell me what to do?
  8. @Dutchman101 how to make it for all vehicles?
  9. Thank you guys @Dutchman101 it works fine, thank you so much!
  10. #BrosS sorry for that #BrosS sorry for that word I made it, it works fine, but there is a little thing I want to remove, on engineAcceleration the vehicle drifts, I want only speed not drift, any help please? Code: function SetSpeed() for k,v in ipairs(getElementsByType("vehicle")) do vehs = getElementModel(v) setModelHandling(vehs, "engineAcceleration", 50) end end addEventHandler("onResourceStart", resourceRoot,SetSpeed) function RemoveSpeed() for k,v in ipairs(getElementsByType("vehicle")) do vehs = getElementModel(v) setModelHandling(vehs, "engineAcceleration", nil) end end addEventHandler("onResourceStop", resourceRoot,RemoveSpeed)
  11. when you enter a vehicle and run, it boost the speed automatically, that's what I mean can you help please?
  12. @NeXuS™ true, but I want it automatic not with specific button press? help please?
  13. I want to boost the vehicle not sex max velocity, help?
  14. not worked guys! I want to make more speed for all vehicles, not max km/h Help please?
  15. TorNix~|nR

    team

    Try this, it should work. local team = createTeam("Civil", 0, 0, 0) -- Create the team, (0, 0, 0) Change the team color if you want. addEventHandler("onPlayerLogin", getRootElement(), function () setPlayerTeam(source, getTeamFromName("Civil")) -- set team 'Civil' on player Join. end)
  16. Hello guys, I have a freeroam server, I want to make the vehicles run more faster (speed) than usual Help please?
  17. TorNix~|nR

    Wanted

    Yeah worked, but there is a little bug I have 1 wanted level, all players showed with 1 wanted level like me.
  18. TorNix~|nR

    Wanted

    works, thanks @Fist
  19. TorNix~|nR

    Wanted

    addCommandHandler("wantedplayers", function(playerSource) for _, thePlayer in ipairs(getElementsByType("player")) do local level = getPlayerWantedLevel ( thePlayer ) if not ( level > 0 ) then outputChatBox("* "..getPlayerName(thePlayer).."has "..level.." wanted levels", playerSource) end end end ) I tried this, isn't worked, help please?
  20. TorNix~|nR

    Wanted

    @Fist thanks for the panel, can you only help me on my code please :)?
  21. TorNix~|nR

    Wanted

    Thank you guys @Fist, 2 bugs found, when open it, it shows no players found with wanted levels, and you can move the mouse on it also I made a script server-side it works fine, but I want only showing the wanted players, it shows everyone, even with 0 wanted level, help please? Code: addCommandHandler("wantedlevels", function(playerSource) for _, thePlayer in ipairs(getElementsByType("player")) do local level = getPlayerWantedLevel ( thePlayer ) outputChatBox("* "..getPlayerName(thePlayer).."has "..level.." wanted levels", playerSource) end end )
  22. TorNix~|nR

    Wanted

    hello guys, I want a Wanted command, when says with command /wanted it shows you all list of players with wanted levels for example TorNix~|nR has 3 wanted levels Test has 2 wanted levels Help please ? Sorry for the spam guys, it's the forum bug it says 404 Not Found ngix sorry.
  23. Fixed, I fix it by myself, thank you
×
×
  • Create New...