
Mike
Members-
Posts
805 -
Joined
-
Last visited
Everything posted by Mike
-
I've never played any Halos so i may be a bit biased, but i say San Andreas
-
I've just signed up and am just downloading it (on advice from scorp ) I'll edit in a few minutes with my opinions....
-
They're easy things to do with the dodo
-
You have to have admin+ enabled and be a robber and then say !rob
-
i'm guessing one of the sundays in 2005
-
It worked on me... my PSTwo should be arriving this week
-
yep, sp2 is fine for me (and the other 2 pcs we have running xp)
-
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
-
Me too, but i may have to get a pstwo as it is almost a year till the pc version
-
Rolling with a car, the world record is mine :D
Mike replied to TheNight's topic in VC Screens & Movies
there's a clickable link ---> http://italianmafia.altervista.org/Uploads/Mesa.WMV -
yeah, i get the failed crc check sometimes, but a client restart sorts it out
-
http://www.nvidia.com/object/winxp_2k_61.77 thats the one you want i think
-
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
-
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 )
-
You should be playing when you're connected to a server, not browsing the forum
-
if $3 == !find && $findtok(1 5 6,$mta.skin($1,$2),1,32) Clever, i still have a lot to learn
-
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 } }
-
try connecting to a server and clicking start game - then it'll ask you to set your game path and then it should work
-
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.
-
Yep, good luck from me too - Not just for the people working on Blue but also the newer versions of 0.4
-
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.
-
yeah you wanna get either phpBB or Invision Power Board (they are the main ones) Gotta love that member count:
-
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
-
Needs a $1 ? alias mta.command { if ($3 == !info) { mta.say $1 BJack's Experimental Gaming Script 0.1 } }