Jump to content

Mike

Members
  • Posts

    805
  • Joined

  • Last visited

Everything posted by Mike

  1. Bah, just had to download again, ASE made me update Nice work Tali I thought this needed a bump as it's damn useful
  2. Good luck guys, if you play GTA3 - let's setup a fight when you have a few more members
  3. Another bump DK vs. DNA - 2-1 Win GG lads
  4. Oli... the rule is that you can't jump out of helis while they're in midair, not you can't get out of helis. I think you should also run this script though: on *:SIGNAL:mta.join:mta.ban $1 $2
  5. Mike

    Neato

    Yep, i use this loads Like this... And this... And this... And this.... And this.... And this...
  6. I know about wind (It sucks at ghost town ) Looks like i'll switch the server to Portland then I like the height of the cliff, you have a chance to recover if you bugger it up, unlike the airport where you're pretty much at sea level
  7. Mike

    MTA:MA Scripting

    bah, fixed. I always screw up the brackets on ifs when using identifiers I wish mirc would check the ( ) brackets aswell as the { }s
  8. Mike

    MTA:MA Scripting

    Mine's fixed and should now work with multiple servers
  9. Mike

    MTA:MA Scripting

    This is pretty simple to do, i'll do it for you, i'm nice Here you go, haven't tested it yet so gimmie a shout if there are any bugs: on *:SIGNAL:mta.pm:{ if ($3 == gw) { if ($mta.level($1,$2) >= $readini(gw-password.ini,gw $+ $1,level)) { if ($4 == on) { if ($5) { !writeini gw-password.ini gw $+ $1 password $5 !writeini gw-password.ini gw $+ $1 status on mta.say $1 Gangwar passwording activated. } else $mta.msg $1 $2 You must specify a password. } elseif ($4 == off) { !writeini gw-password.ini gw $+ $1 status off mta.say $1 Gangwar passwording deactivated. } } if (($4 == login) && ($readini(gw-password.ini,gw $+ $1,status) == on) { if ($5 == $readini(gw-password.ini,gw $+ $1,password)) { !.timerGW. $+ $1 $+ . $+ $2 off mta.msg $1 $2 Correct password, you are logged in. } else mta.msg $1 $2 Incorrect password. } } } on *:SIGNAL:mta.join:{ if ($readini(gw-password.ini,gw $+ $1,status) == on) { mta.msg $1 $2 This server is passworded for a gangwar. Do /msg gw login to login. [30 secs] !.timerGW. $+ $1 $+ . $+ $2 1 30 mta.kick $1 $2 } } on *:SIGNAL:mta.part:{ if ($timer(GW. $+ $2).type == online) { !.timerGW. $+ $1 $+ . $+ $2 off } } on *:SIGNAL:mta.command:{ if (($3 == !setgw) && ($mta.level($1,$2) == 5)) { if (($4) && ($4 isnum)) { !writeini gw-passworded.ini gw $+ $1 level $4 mta.say $1 The level for passwording the server is now " $+ $4 $+ " } else mta.say $1 You must specify a valid level. } } Commands: /msg gw on /msg gw off /msg gw login !setgw As you specified (You'll need to do !setgw first before you can turn it on, to make the ini.
  10. This is just for SSV, i'm not saying we cannot do ones in portland anymore.
  11. More dodo duelling Saturday 7pm GMT Sunday 7pm GMT Server: 217.170.21.66:2004 Pass: itsddtime It's now held in SSV at the end of the unused runway. Shooters must stand on the yellow/grey striped bit. Cars must be parked on the lower level or further up the runway. Always spawn cop and bring cop cars to the runway so people can spawn there. Also, if possible, bring reserve dodos to the runway.
  12. It depends which no-cd crack you use, some work - some don't...
  13. Mike

    Help :(

    This will only run on Windows XP/2000. If you have XP or 2000 then it is probably to do with your audio, try new drivers etc..
  14. Have you tried our advice, either closing all un-needed applications or selecting a different version of VC in the client (under the options tab)?
  15. Mike

    Help :(

    This could be a problem with the error report tool (me and Talidan have been having problems). Try renaming or moving the "scm_vice.ini" and "MTAErrorreporter.asi" files in the Vice City directory and start it up again. Also, Sloth (or another mod), please merge metal_head's post with this one as it seems to be the same problem.
  16. I don't think it will work with any local IPs (192.168.*.*) but I'm not sure.
  17. If it's doing it suddenly as the game loads then you probably have the wrong VC version set on the client, switch it from 1.0 to 1.1 or vice versa and try again.
  18. Mike

    DEGENATRON!!!

    Turismo is supposed to be at an ammunation in Portland. I haven't tried Portland on 0.5 yet, so I'm not sure. I think the only things removed were things from Staunton island.
  19. The admins of these servers have setup the MOTD incorrectly, so you can't download it - because of a bug this crashes the client. It'll be fixed in the next release.
  20. Will it be continuing on 0.4.1 or 0.5? To be honest, i don't think it'd work very well with 0.5
  21. That is a fun jump You'll see a few synced runs over it with 3/4 of us in our DK vid
  22. Mike

    MTA:MA Scripting

    The reason that won't work is that $mta.skin returns the Skin ID, not the skin name. Also, that script can be made a lot shorter and simpler: on *:SIGNAL:mta.spawn:{ if ($mta.mode($1) == Deathmatch) { if ($findtok(2 3,$3,1,32)) { %a = 0 while (%a < 5) { mta.slap $1 $2 inc %a } } } } This way it uses $findtok to see if it can find the IDs (2 for robber, 3 for mex) in $3 (The skin ID of the player). [sKIN2] (VC DM) 1=Cop 2=Robber 3=Mexican 4=Sailor 5=Vice City Crusador 6=Secret Service Also, always use ( ) brackets around the if match: e.g: if (blah == blah) { } Edit: Of course with the while aswell /me slaps self
  23. Mike

    Mta Blue

    When it is done, currently confirmed for sometime before 31st December 2005
×
×
  • Create New...