Jump to content

Mike

Members
  • Posts

    805
  • Joined

  • Last visited

Everything posted by Mike

  1. I've never played any Halos so i may be a bit biased, but i say San Andreas
  2. I've just signed up and am just downloading it (on advice from scorp ) I'll edit in a few minutes with my opinions....
  3. They're easy things to do with the dodo
  4. Mike

    lol help me plz

    You have to have admin+ enabled and be a robber and then say !rob
  5. i'm guessing one of the sundays in 2005
  6. It worked on me... my PSTwo should be arriving this week
  7. Mike

    SP2 sucks

    yep, sp2 is fine for me (and the other 2 pcs we have running xp)
  8. Ah, you wanted the location of the system properties to change the auto - restart: Right click My Computer adn goto properties, then on the advanced tab in the Startup adn Recovery section click settings. Then in the system failure section untick auto restart
  9. Me too, but i may have to get a pstwo as it is almost a year till the pc version
  10. there's a clickable link ---> http://italianmafia.altervista.org/Uploads/Mesa.WMV
  11. Mike

    I'm not cheating.

    yeah, i get the failed crc check sometimes, but a client restart sorts it out
  12. http://www.nvidia.com/object/winxp_2k_61.77 thats the one you want i think
  13. This anim actually saved me the other day, we were playing a came of capture the ship and i jumped out of the way of a car, if i had jumped normally i'd have drowned but because i dived, i just hit the rail at the side
  14. Mike

    I'm not cheating.

    I had trouble with Suspected trainer usage recently - i found the version was set to 1.1 not 1.0 Changed it and it worked again (i found this after re-installing vice city )
  15. You should be playing when you're connected to a server, not browsing the forum
  16. Mike

    MTAMA Scripting

    if $3 == !find && $findtok(1 5 6,$mta.skin($1,$2),1,32) Clever, i still have a lot to learn
  17. Mike

    MTAMA Scripting

    i think it would go something like this (not sure tho ) alias mta.enter { %carentid. [ $+ [ $1 ] $+ . $+ [ $2 ] ] = $Mta.vehicle($1,$2) } alias mta.exit { %carleft. [ $+ [ $1 ] $+ . $+ [ %carentid. [ $+ [ $1 ] $+ . $+ [ $2 ] ] ] ] = $replace($replace($mta.area($1,$2),$chr(32),$chr(44) $+ $chr(32)),-,$chr(32)) } alias mta.command { if ($3 == !find) && ($mta.skin($1,$2) == 1 || 5 || 6) { %fcarini = 1 :fcarini if ($4 isin $readini(mta.data.ini,vehicle2,%fcarini)) { if (%validveh == $null) /set %validveh 0 if ($gettok($mta.vehicle($1,%fcarini).list,1,32) != -1) { !.timer 1 $calc(%validveh) mta.msg $1 $2 vehicle $+ %fcarini found, name: $readini(mta.data.ini,vehicle2,%fcarini) $+ , Driver: $mta.name($1,$gettok($mta.vehicle($1,%fcarini).list,1,32)) $+ , Location: $replace($replace($mta.area($1,$gettok($mta.vehicle($1,%fcarini).list,1,32)),$chr(32),$chr(44) $+ $chr(32)),-,$chr(32)) %carfound = true } elseif (%carleft. [ $+ [ $1 ] $+ . $+ [ %fcarini ] ] != $null) { !.timer 1 $calc(%validveh) mta.msg $1 $2 Last known location of vehicle $+ %fcarini ( $+ $readini(mta.data.ini,vehicle2,%fcarini) $+ ) $+ : %carleft. [ $+ [ $1 ] $+ . $+ [ %fcarini ] ] %carfound = true } /inc %validveh 1 } if (%fcarini < 80) { /inc %fcarini 1 goto fcarini } elseif (%validveh == $null) !timer 1 0 mta.msg $1 $2 invalid vehicle name! elseif (%carfound != true) !timer 1 0 mta.msg $1 $2 could not find vehicle! :cfend /unset %fcarini /unset %findid /unset %findsub /unset %carfound /unset %validveh } }
  18. try connecting to a server and clicking start game - then it'll ask you to set your game path and then it should work
  19. Mike

    MTAMA Scripting

    I don't think that'll show their current time... also do you use notepad for making scripts? you should use the mIRC script editor (press alt + r twice) as it formats it nicely and checks for bracket mismatches.
  20. Yep, good luck from me too - Not just for the people working on Blue but also the newer versions of 0.4
  21. Mike

    MTAMA Scripting

    I could make that if you tell me what the favourites script says (i haven't used it yet) It could just be made as a personal script and loaded into it, and the grs's favourites script can be disabled.
  22. yeah you wanna get either phpBB or Invision Power Board (they are the main ones) Gotta love that member count:
  23. Mike

    MTAMA Scripting

    the scripting.html file that comes with mtama and the help file in mIRC, they're the only resources i've used - there's not much point looking on the web for tutorials as i've found they are no help
  24. Mike

    MTAMA Scripting

    Needs a $1 ? alias mta.command { if ($3 == !info) { mta.say $1 BJack's Experimental Gaming Script 0.1 } }
×
×
  • Create New...