Jump to content

qaisjp

Retired Staff
  • Posts

    2,344
  • Joined

  • Days Won

    10

Everything posted by qaisjp

  1. qaisjp

    Problem

    How did you fix it?
  2. qaisjp

    No servers

    Also, there could be a rare case of the master/backup list not being available for you.
  3. controller support is about supporting controllers
  4. qaisjp

    Source of Lua BBCode

    I think it is custom made, but with a little bit of research you can find one on the interwebz.
  5. I joined the MTA community in late 2010, and the place with most flame wars, is the server section. RPG/RP used to be nice, Valhalla used to be good, then hell broke loose. People began releasing the non-legit scripts and one of the best servers became crap. There is no way to determine a good RPG/RP server anymore. I miss the old days.
  6. onClientKey the fire key, then detect the player task in a 50ms timer, determine the target player using line of sights and then set the animation of the target ped (hit), then set the health.
  7. This may work: local ZOMBIE_REWARD = 50 -- The amount of money rewarded to a player once killed addEventHandler('onZombieWasted', root, function(player) givePlayerMoney(player, ZOMBIE_REWARD) end ) Update the first line. I have guessed the syntax of the event.
  8. https://community.multitheftauto.com/ind ... ls&id=3581 This does what you are looking at, check the code.
  9. Radio won't be added now, it'll interfere with all the other resources that use F5 as a bind etc. All those above have been requested.
  10. You should put this in one of the server subforums next time, don't repost it, ask a Moderator to move it for you.
  11. You can try to do this manually using onClientWeaponSomething
  12. Not possible unless you use animations.
  13. qaisjp

    MTA Wallpapers

    Wow stuff, first one looks like something from source the first moment i saw it. Next time directly link it pls. Good job!
  14. qaisjp

    Stack overflow

    OKAY DONT FIGHT! Anderl, and myself, didn't notice the createMarker. I noticed the createMarker afterwards, but he didn't. He's not a bad scripter and he definitely knows what a stack overflow error is.
  15. qaisjp

    Stack overflow

    Aha you are correct (anderl it should)
  16. qaisjp

    Stack overflow

    Either way, it shouldn't cause a stack overflow error..
  17. http://i.imgur.com/t1b8J.jpg
  18. LDAP, OpenID and custom authentication If you use LDAP or Active Directory in your workplace, you can set up The Bug Genie to use that for authentication, meaning users only need one account that works with all your IT and development tools. This is part of the builtin authentication backend support, meaning that even more authentication sources can be easily added via downloadable modules. In addition, you can link your user account in The Bug Genie to any OpenID authentication provider (such as your Google account) to make logins even easier!
  19. local prog=math.min((getTickCount()-gmSwitchTime)/(gmSlideSpeed* math.abs(diff)),1)
  20. How about every country being a part of the United Nations, with as many current people in each government keeping their jobs, and a worldwide currency. Poverty will be tackled and everyone is rich.
×
×
  • Create New...