Jump to content

Mike

Members
  • Posts

    805
  • Joined

  • Last visited

Everything posted by Mike

  1. Also please allow it to echo admin /mes, weather, time, mta.command And also, setting channels for each mtama server slot
  2. It's all in the name... Login as an admin then do "/msg admin secret" to toggle the secret status on/off. Then when you join, the login message isn't shown, when someone does !admin, you aren't shown, and you can do "/msg !" to do admin commands secretly.
  3. Congrats on making an idiot of yourself Sp*rky is advertising a site that will provide something useful to the MTA community, that's why it's allowed.
  4. Thanks Works perfectly with /d Here's the code i'm using now if anyone needs it, also, catch me on MSN if you need the randomiser. cd /d D:\Rockstar games\GTAIII\ start Randomiser.exe /nolaunch cd D:\Rockstar games\Grand Theft Auto Vice City\ start Randomiser.exe /nolaunch cd D:\Program Files\Multi theft auto\ start MTAClient.exe Edit: Also, if you want to get it looking perfect, make a shortcut to the .bat file, then goto properties -> change icon -> MTA directory -> MTAClient.exe and you can use that icon.
  5. http://www.gtaforums.com/?showforum=98 Here ya go
  6. For some reason, I can't get it to change directory in any other directories than C:\* Here's what I have, but when it echos, it won't change directory cd D:\Rockstar games\GTAIII\ start Randomiser.exe /nolaunch cd D:\Rockstar games\Grand Theft Auto Vice City\ start Randomiser.exe /nolaunch cd D:\Program Files\Multi theft auto\ start MTAClient.exe Here's what i get in command prompt: Microsoft Windows XP [Version 5.1.2600] (C) Copyright 1985-2001 Microsoft Corp. C:\Documents and Settings\michael>cd D:\ C:\Documents and Settings\michael>
  7. Mike

    MTA:MA Scripting

    Clan news script, useful for getting news to your clan members if they come on you're clanserver a lot on *:SIGNAL:mta.join { if (%clan.news isin $mta.name($1,$2)) { if ($readini(clan-news.ini,News,current-news)) { if (!$readini(clan-news.ini,News,$mta.name($1,$2))) { !.timer 1 2 mta.msg $1 $2 %clan.news News: $readini(clan-news.ini,News,current-news) !writeini clan-news.ini News $mta.name($1,$2) read } } } } on *:SIGNAL:mta.command:{ if (($3 == !setnews) && ($mta.level($1,$2) >= 4)) { if ($4) { !remini mystuff.ini News !writeini clan-news.ini News current-news $4- var %a = 0 while (%a < $mta.maxplayers($1)) { if (%clan.news isin $mta.name($1,%a)) { mta.msg $1 %a %clan.news News: $4- !writeini clan-news.ini News $mta.name($1,%a) read } !inc %a } } else mta.msg $1 $2 You must specify some news. } } (This is designed for use with the MTAmA:GRS and will need editing to work with other scripts... It's also a good idea to run it with a script to stop impersonators, which is also in the GRS.) You must do "/set %clan.news " in mIRC before you start Use "!setnews " or "/msg !setnews to set the news, this will then be pmed to all people with the clantag in their name. It will also be pmed to any members when they join. It also remembers who it has already PMed, so it won't get annoying for any members Enjoy
  8. Myriad islands Nice vid guys, but "NO Mods were used to create this vid"?
  9. Mike

    !script me up

    This should work, haven't tested it though... on *:SIGNAL:mta.command:{ if ($3 == !taxi) { if ($mta.admin+($1) == $true) { var %a = 0 var %b = 0 while (%a < $mta.maxplayers($1)) { if ((%a != $2) && ($findtok(Taxi Borgnine Cabbie,$mta.vehicle($1,%a).name,1,32))) { mta.msg $1 %a $mta.name($1,$2) needs a taxi at $mta.area($1,$2) inc %b } inc %a } mta.msg $1 $2 Message delivered to %b taxi drivers. } else mta.say $1 $mta.name($1,$2) needs a taxi. } }
  10. Mike

    VCO Recruting

    You also didn't say VCK, but you did post it in the VCO thread... By the way: Good luck VCO guys
  11. Mike

    VCO Recruting

    They don't have the mansion, they have the skumhole shack.. Also, those rules aren't official - it depends what the two fighting gangs decide on for the rules they will play.
  12. It just isn't the same though, weapons are different, various character animations are different, car handling is different, and the dodo.... GTA3 just feels much better.
  13. mike.... ur getting like jani *sniff*
  14. There's a program you can use that will just put random numbers before the filenames to randomise. Google for it
  15. Could you give us a bit more info: GTA3 or VC? What version of GTA3/VC? (1.0 or 1.1) What version is selected in the client? No-cd crack? Does it work in single player?
  16. Mike

    Location problem

    admin+ is what provides all the location etc.. You need it on for this script.
  17. You're right Oli, it was damn easy to remove that crc
  18. Anything that a mod-maker wants to make...
  19. He was just on a spam campaign, he's banned properly now.
  20. I really hope that was a joke.... Btw: sentence*
  21. i thought that admins only can kick or ban for 12 hours. if they want a ban for life, they have to ask the MTA Admins, a support team . When there are 5 requests of admins, the player will be banned That just wouldn't work. Anyone could start a server, and then ban someone they don't like for 12 hours.... It would have to be like the system now, you can ban people on your server only. The main idea of this is just to provide something that cannot be changed as easily? as people can change IPs pretty easily/quickly...
  22. Mike

    cool screenshot

    man you cheat, youve filtered yours to just SSV or whatever, whereas i have every single server in the world showing Fair enough, but look at your pic and the server I run....
  23. I guess it's like IP banning, but it bans their ID instead.
  24. Mike

    cool screenshot

    Get Talidan's new version of the filters.txt - somewhere in "General MTA Discussion"
×
×
  • Create New...