Jump to content

Bungle

Members
  • Posts

    46
  • Joined

  • Last visited

Everything posted by Bungle

  1. could it possibly be added into the next release on the current core? - Bungle
  2. i just think hieu wants to be remembered in history for being a member of the most mta clans (he has a long way to go though.. he still needs to catch up to gunny) - Bungle
  3. Bungle

    MTAMA Scripting

    well looking at that you might also want get a script to put within the trigger of !mhoff, as all is in there atm is a comment.. which wouldn't do anything.
  4. Bungle

    MTAMA Scripting

    yeah.. i was getting confused with using just if ($4) { .. there.. my mistake.. wasn't thinking properly still just using $null wouldn't check to see if it was an integer or not, some could use $4 as an alphabetical char.. unless you state otherwise, so may as well use if ($4 !isnum)
  5. Bungle

    MTAMA Scripting

    elseif ($3 == !) { if ($4 == $null) { mta.say $1 You have typed this command incorrectly it is ! of player! } else { mta.say $1 $mta.name($1,$2) would like to tell $mta.name($1,$4) to off!! } } that wouldn't work well if $4 would be equal to 0, as mirc sees $null as being 0 too, so by triggering $4 as 0, it the same as not having $4 at all, if you are checking it against $null. why not try if ($4 >= 0) .. which would basically check that $4 is a numerical value which is at least 0, so it would work with a player id of 0. elseif ($3 == !time) { mta.say $1 $ctime } wtf? why are you using $ctime for this kind of event? just use $time you would use $ctime if you wanted to see how much time had passed from one point to another, alongside $duration, for example - Bungle
  6. Bungle

    lol help me plz

    it's just a very basic language to use, that really doesn't require (or shouldn't require) any extensive learning to get to grips with it. of course for an irc client and what it is capable of, it is quite powerful in that concept. - Bungle
  7. Bungle

    I'm not cheating.

    i get a problem when if MTA has been running for a period of time inactively, when i start game, the crc check comes up saying it has failed, but i can reload the MTA client for it to work ok again. I dunno if this is a known issue or if anybody else shares similar problems too - Bungle
  8. rofl i was beginning to think that this was a stupid joke or something for attention maybe
  9. Bungle

    Armor Script

    was any progress made on this, Oli? did you ever manage to get it working somewhat? it's just been a few weeks now and i am curious about a script like this myself. - Bungle
  10. that shouldn't be a problem in BLUE, as you have the ability to add in your own features and how you want the game to work. As for the current core, that stuff aint possible through mtaMA, but it depends whether the team would code that into the 0.4.* series, which i doubt. That can be only done at the moment in gta3 using a pay 'n spray. - Bungle
  11. i usually fall off when the driver goes mad (when i shoot the car and he drives insane) but normal driving i never fall off, i guess because the velocity of the vehicle aint fast enough the cause the player to slide or something, whereas in MTA you usually always keep accelerating to full, so to sustain a fixed position on the vehicle aint possible. - Bungle
  12. on the subject of mta and other mods, i think also it'd be cool of the Myriad Island team would allow for their mod to have MTA support (the element of different MTA maps), if they haven't already. - Bungle
  13. makes you wonder why they made it look like there was a 2nd door behind the driver if it aint properly use-able - Bungle
  14. heh thanks didn't even realise that - Bungle
  15. any triggers I add starting with a ! (such as !stats or !ping) wont return anything (ie. wont work), but works if i don't include the ! (ie. just the word 'stats' or 'ping') i have no idea why - Bungle
  16. if this feature is removed, would there be a way to make the hunter still packable too (by entering it normal then pressing v before getting in), as there is a space behind the drivers seat, but obviously it's for show).. at least let passengers still board the apache (i don't actually know though if "fixing" it someway would prevent it's usage altogether. (and yeah this went way off topic) - Bungle
  17. I have only in recent weeks dicovered about this "glitch", which i have noticed is commonly nicknamed Bitch Packing in numerous places, where you can get extra players in a vehicle by entering the door at the same time. I am wondering with the upgrades blue will have, if this will be fixed, or if will still be possible to do no matter what code you improve upon? Personally, i wouldn't like to see it rid of, as it does serve proper purposes sometimes - Bungle
  18. edit: sorry was first post in this thread
  19. 1 WinXP Home Edition 2 Netgear RP614v2 3 C:\Program Files\RockStar Games\ 4 C:\Program Files\MTA\ 5 No 6 Yes 7. Version 1.0 8 The problem is occasional 9 I used the installer, and allowed it to create shortcuts
  20. This is my 3rd day using MTA, and the past 2 days i could chat in game, view scores etc in game fine, but i can't seem to today.. nothing happens. Could there be a reason for this? - Bungle
  21. well i reinstalled MTA again making sure all dir's were correct.. and it still says a CRC check failed
  22. When i connected to a server and tried to play a game, i get an error message saying that i have modified files. I don't see why as i have reinstalled GTA VC twice and MTA. I don't know what to do from here or how to fix it - Bungle
×
×
  • Create New...