
Oli
Retired Staff-
Posts
1,993 -
Joined
-
Last visited
Everything posted by Oli
-
i gotta say that for me anyways, I find the way the skin looks has absolutely effect on how I play,I can only see the back of him, so how is that gonna affect my performance?? Same for cars,i dont care if i scratch it, I drive it well if it handles well, if its a piece of crap car then its gonna handle bad and hence ill drive it worse. cheers
-
voteban is way too dangerous in my opinion. Of course it is possible, doesnt take much change to the script for votekick. But here is a good example of why it wouldnt work too well... Say I went into a random server, and the {M} bunch were there, as they raid servers in karge amounts, they would be able to ban me easily even though I wouldnt have done anything wrong, and it wouldnt even be their server. Thats why I wouldnt go to servers that had voteban in operation.
-
[TEA] Gang formed for euro league - EU Applications only pls
Oli replied to Si|ent's topic in Leagues and events
its basically all run from the eu league site and msn. Ill post the schedule next week and once thats up you organise times with your opposition. Quite a simple system and MrBUmp is familiar with it. cheers -
yeah ditto wheelman for FMJ
-
minieague matches have started, check the site for more details please. cheers Note: I will be absent from friday 19th till sunday 21st afternoon.
-
cheers for that, The thing I want really is so it lists the ingame players when you type !playing I have written already a script that tells the stats of an individual, but I was wondering if it can LIST the players that are in game is all. I dont know if it is actually possible but i think it probably is from the scripts I have modified. Also I have kinda modified the shitlist script so you can kick people your server with your clan tag who arnt members. I have had some problems with this so I slapped this together: alias mta.join { echo -a $1- $mta.name($1,$2) if ($read(members.txt,w,$mta.name($1,$2))) { mta.say $1 Welcome $mta.name($1,$2) to the clan server } elseif ( isin $mta.name($1,$2)) { mta.say $1 $mta.name($1,$2) is not a member of this clan. mta.kick $1 $2 } } You basically write a members.txt, putting all your members names in it and then the script kicks anyone who joins with your tag who isnt a member and welcomes people who are in the members list. And the replace the with you clan alias, be it in my case FMJ. Dont know if this is useful to anyone but it is working well for me. Also, if you want to reserve a particular name for a single IP address, say if you have a static one like me, then that can be done like this: alias mta.join { echo -a $1- $mta.name($1,$2) if ( isin $mta.name($1,$2)) && ($mta.ip($1,$2) == )) { mta.say $1 Welcome message if you wish } elseif ( isin $mta.name($1,$2)) { mta.say $1 $mta.name($1,$2) wrong IP mta.kick $1 $2 } } This basically reserves that name for that ip, so you dont get imposters. Ive had some trouble with them aswell . Hope someone finds these useful. cheers
-
What in the world are you talking about. The first votekick script, the one that is running on the 4 servers I admin, is based on player ID, NOT player name. The player name is stated because the script tells the admin to say the name as part of the message, but the initial !votekick is based on the ID numbers in the admin, which I have found can sometimes be different to the ID's in the client due to people leaving the game.
-
ok, I dont know if this is possible, and I dont know all the commands to do it, but is there a way to make a script to tell you who is in game and who is out of game when u type !playing ? cheers
-
Well I agree that the robber and policeman are pretty much euqal... both have a shotty of sorts, both have a batting weapon and a pistol. The robber has armour, but the robber has that extra edge on the shotty, so thats pretty fair. I also agree that its easier to kill jumpers than runners when they r both robbers. I usually find they spend so much time concentrating on jumping u can confuse the hell out of em by running real close and then if ure a crack shot u can knock them down to red usually in 1 shot. Runners are harder to predict I find. As for the Sailor mex thing, personally I have a technique for killing with the m60, which i developed back in 0.1 when u had no idea what the other persons health was. This may not have been as user friendly back then but it did teach u how to use the guns. So if im a mex and i see a sailor, 9/10 times ill kill them, sometimes they do get a shot in though, and once they are hitting u ure health goes down i think 8hp per bullet, but the bullets are much more rapid than m60 so ure health goes down from 100 to 0 in about 5secs or so. The m60 isnt as rapid but much more deadly, 43 health lost per shot making it only necessary to hit them 3 times, which isnt too hard. Finally I think the robber vs mex has to go to the robber. Once u know how to avoid m60 bullets its so easy to run right up to them while they r shooting u (and hence standing still) and blow them away in 1 shot. The killing with 1 shot of the stubby is pretty easy once u get used to it. And vice versa its quite hard to hit a robber who is close to u trying to knowck u down with a stubby. I think thats probably cos it takes longer to start fireing with the m60. U have to stop then raise ure gun and then aim and shoot. The stubby is much easier to jump and move on in no time at all, so when ure standing there with ure m60 trying to pot shot him he has already knocked u down. As for the characters being even or whatever... i think that quite good that they arnt totally even personally. I quite liek the idea of a challenge sometimes, so ill go as phil and try and take on a bunch of mexes. Can be fun cheers
-
[TEA] Gang formed for euro league - EU Applications only pls
Oli replied to Si|ent's topic in Leagues and events
yeah of course fmj r in it... seing as 2 of its members formed the league. -
ok as you all know the minileagues were postponed to this weekend. I will post the schedule tomorrow. Servers can be booked on the site. Please do this. The main league wil start next week once we have sorted out the minileagues. cheers
-
[TEA] Gang formed for euro league - EU Applications only pls
Oli replied to Si|ent's topic in Leagues and events
welcomeo the league bishop. Hope you have a good fun time cheers -
ok thanks for that command, one small other prob though. I want it to be activated via the admin, so i have: alias fmj { if ($2 isnum) { if ($2 == 0) { mta.say $1 Server restarting mta.shutdown $1 } else { mta.say $1 Server restarting in $2 mins. .timerfmj $+ $1 1 60 fmj $1 $calc($2 - 1) } } if ($2 == on) { .timerfmj $+ $1 1 60 fmj $1 9 mta.say $1 An FMJ event will start in 10mins. mta.say $1 The Server will restart and be passworded at this time. } if ($2 == off) { unset % [ $+ [ $1 ] ] mta.say $1 FMJ Event Cancelled. .timerfmj $+ $1 off } } alias mta.admin { if ($2 == !fmj) fmj $1 $3 } however, when i type !fmj off in admin, it says event cancelled, but the countdown continues and it still shots down. Anything wrong with that script? cheers for your help again m8 Edit: I have solved this prob myself thanks. The script on this post works fine now.
-
[TEA] Gang formed for euro league - EU Applications only pls
Oli replied to Si|ent's topic in Leagues and events
yeah just so u know... the main eu league should start not this week but next, if I can get everything working this weekend, but I will be away from friday till sunday so god knows what will happen in my absence -
Hi, I was just wondering if there is a command in a script for shutting down the server? if ($2 == 0) { mta.say $1 Server restarting mta.shutdown $1 } This is an example of the part where I ned it. I am making a script that once activated counts down from 10mins, saying every minute how long till the shutdown, and then when the time runs out I want the script to shut the server down. I have done the script and it works fine all I need to know is the command for server shutdown in a script? cheers
-
the first 3 matches have been set for this weekend. Please can all clan leaders pick a time and book servers for this weekend. UK: TmM v FMJ Estonia: WtF v LR Netherlands: GTO v OOR cheers Edit: VCES is moved to next week due to clan issues
-
ok this thread has been moved and stickied in the ladders forum. I have also created a new thread there "Euroleague news" which will keep these forums updated about the league news. cheers
-
OK, now that the european league is kicking off withing a few days, and we have almost finalised all the rules etc, I am making this thread here to inform all on these forums of whats currently happening. The latest news is that the minileagues are set to kick off hopefully this coming weekend, and the main league shortly after that. We had a test match for the match rules tonight, and all went fairly smoothly once we had sorted out teams (that was a nightmare ) I will update this thread aswell as the league site (http://www.mta-euleague.com) when more news becomes available. Oh and if you want to join the league, then check out the league thread, which is sticky, and check out the site. cheers
-
ok guys, i think id call that a successful test A few things that we learned which is always good, and ill be updating the rules with those things... mainly, organise everything prematch to save time and pointless spamming. Hope u all had fun and thanks to all those who showed up
-
yeah nice screenies there bump, also nice use of the acronym TEA
-
[TEA] Gang formed for euro league - EU Applications only pls
Oli replied to Si|ent's topic in Leagues and events
very nice bump, ill add a link to this on ure page on site when i make it (later tonight). -
the members lists and clan webpages for this clan will be on this site within the next few hours if you are wondering cheers
-
[TEA] Gang formed for euro league - EU Applications only pls
Oli replied to Si|ent's topic in Leagues and events
mrbump, what country is this clan from? i need to know asap. cheers -
OK the rules and server booking are finally done. You can see them here. Please all post your comments in the league forums also we are having a test match on wednesday, check the forums for more details if u wanna take part. cheers.
-
soz guys got delayed with the updates, one of my php scripts went mad so i had to redo it. It should all be up later tonight