Jump to content

Baseplate

Members
  • Posts

    1,417
  • Joined

  • Last visited

Everything posted by Baseplate

  1. Yup, well noticed that already, except that Qt To Lua, there isn't a 3rd party gui editor
  2. Check this for scripting tools I believe I saw a 3rd party gui editor there
  3. Baseplate

    Problem

    TwiX you forgot "elseif" at line 4, your script will have few errors
  4. Baseplate

    Problem

    function kill (attacker, fist, bodypart, loss) local weapon = getPedWeapon(attacker) if weapon == 0 then elseif bodypart then local result = triggerEvent("onPlayerFistshot", source, attacker, fist, loss) if result == true then killPed(source, attacker, 0, 3) end end end addEvent ("onPlayerFistshot", true) addEventHandler("onPlayerDamage", root, kill) Still untested
  5. Baseplate

    Problem

    function kill (attacker, fist, bodypart, loss) local weapon = getPedWeapon(attacker) if weapon = 0 elseif bodypart then local result = triggerEvent("onPlayerFistshot", source, attacker, fist, loss) if result == true then killPed(source, attacker, 0, 3) end end end addEvent ("onPlayerFistshot", true) addEventHandler("onPlayerDamage", root, kill) Untested yet, check it out
  6. What's ur gamemode and no scripter will script for free as they're busy in their own projects even if he's not busy, he won't script for a "Scripter" Rank
  7. Lolz, just wondering what the hell you guys talking about? On topic: Looks good, lots of people will hack for a VIP sys but you kinda saved a lot of pepz there keep it up +1
  8. This would probably solve 1337% of MTA Community problems Thanks Ccw!
  9. Meh ;( I always format the pc, nothing new except losing files and meh Dark Ages...8 years old lol
  10. It does, believe meh...
  11. Wrong section and I didn't get ur point mate..
  12. Search for it, it should be a file with .sql as extension
  13. Can you give us more info from the server.log file?
  14. Lawlz, that would make my PC DOWN!
  15. Updated, sorry for double post or else no one will notice this http://pastebin.com/c2qvS3J8 -- Link for now
  16. Lolz fail, blip isn't a gamemode, it's a script so it should be like this "Shox" type="script" version="1"/>
  17. Must be a game-monitor problem then..keep waiting, Game-monitor is so slow
  18. Well, must be a game-monitor.com problem, but you sure your ports are on? check on console by "openports"
  19. Baseplate

    Fu Help!

    TAPL have kind of magical touchs thanks!
×
×
  • Create New...