Jump to content

Oli

Retired Staff
  • Posts

    1,993
  • Joined

  • Last visited

Everything posted by Oli

  1. Oli

    [WC] War Criminals

    i have removed u from the FMJ members list.. thanks for letting me know instead of me having to find this thread.[/sarcasm off] Anyways good luck etc, let me know when ure ready for a match.
  2. ok im back now, so i can resume all the regular matches for FMJ from here and any other forums.. Nice to c u all
  3. Oli

    MTAMA Scripting

    hi ppl, im back from moving house now And i bring a new script with me for u all... ive got like 4 more but they arnt finished debugging yet so tis one will do for now Its a kinda advacned stats script... !kills This reports the following information like this: So here is the script: alias log.advancedstats { writeini -n "MTAstats.ini" $mta.name($1,$3) $mta.name($1,$2) $round($calc($readini( "MTAstats.ini", $mta.name($1,$3), $mta.name($1,$2)) + 1 ) ) writeini -n "MTAcurrent.ini" $mta.name($1,$3) $mta.name($1,$2) $round($calc($readini( "MTAcurrent.ini", $mta.name($1,$3), $mta.name($1,$2)) + 1 ) ) } alias rem.advancedstats { set %playerid 0 while ( $mta.maxplayers($1) > %playerid ) { if ( $ini( $+ $1 $+ .ini, ID $+ %playerid ) ) { remini "MTAcurrent.ini" $mta.name($1, %playerid) $mta.name($1,$2) } %playerid = %playerid + 1 } unset %playerid } alias mta.advancedstats { if ( $4 == $null ) { mta.say $1 Please specify an ID for advanced stats. Syntax: !kills } elseif ($mta.name($1,$mta.getid($1,$4)) != unknown) { if (($readini( "MTAcurrent.ini", $mta.name($1,$2), $mta.name($1,$mta.getid($1,$4))) == $null) && ($readini( "MTAcurrent.ini", $mta.name($1,$mta.getid($1,$4)), $mta.name($1,$2)) == $null) ) { writeini -n "MTAcurrent.ini" $mta.name($1,$2) $mta.name($1,$mta.getid($1,$4)) 0 writeini -n "MTAcurrent.ini" $mta.name($1,$mta.getid($1,$4)) $mta.name($1,$2) 0 if (($readini( "MTAstats.ini", $mta.name($1,$2), $mta.name($1,$mta.getid($1,$4))) == $null) && ($readini( "MTAstats.ini", $mta.name($1,$mta.getid($1,$4)), $mta.name($1,$2)) == $null) ) { writeini -n "MTAstats.ini" $mta.name($1,$2) $mta.name($1,$mta.getid($1,$4)) 0 writeini -n "MTAstats.ini" $mta.name($1,$mta.getid($1,$4)) $mta.name($1,$2) 0 } elseif ($readini( "MTAstats.ini", $mta.name($1,$2), $mta.name($1,$mta.getid($1,$4))) == $null) { writeini -n "MTAstats.ini" $mta.name($1,$2) $mta.name($1,$mta.getid($1,$4)) 0 } elseif ($readini( "MTAstats.ini", $mta.name($1,$mta.getid($1,$4)), $mta.name($1,$2)) == $null) { writeini -n "MTAstats.ini" $mta.name($1,$mta.getid($1,$4)) $mta.name($1,$2) 0 } mta.say $1 $mta.name($1,$2) $+ , you have killed $mta.name($1,$mta.getid($1,$4)) $readini( "MTAcurrent.ini", $mta.name($1,$2), $mta.name($1,$mta.getid($1,$4))) times ( $+ $readini( "MTAstats.ini", $mta.name($1,$2), $mta.name($1,$mta.getid($1,$4))) Total). $mta.name($1,$mta.getid($1,$4)) has killed you $readini( "MTAcurrent.ini", $mta.name($1,$mta.getid($1,$4)), $mta.name($1,$2)) times ( $+ $readini( "MTAstats.ini", $mta.name($1,$mta.getid($1,$4)), $mta.name($1,$2)) Total) } elseif ($readini( "MTAcurrent.ini", $mta.name($1,$2), $mta.name($1,$mta.getid($1,$4))) == $null) { writeini -n "MTAstats.ini" $mta.name($1,$2) $mta.name($1,$mta.getid($1,$4)) 0 writeini -n "MTAcurrent.ini" $mta.name($1,$2) $mta.name($1,$mta.getid($1,$4)) 0 if (($readini( "MTAstats.ini", $mta.name($1,$2), $mta.name($1,$mta.getid($1,$4))) == $null) && ($readini( "MTAstats.ini", $mta.name($1,$mta.getid($1,$4)), $mta.name($1,$2)) == $null) ) { writeini -n "MTAstats.ini" $mta.name($1,$2) $mta.name($1,$mta.getid($1,$4)) 0 writeini -n "MTAstats.ini" $mta.name($1,$mta.getid($1,$4)) $mta.name($1,$2) 0 } elseif ($readini( "MTAstats.ini", $mta.name($1,$2), $mta.name($1,$mta.getid($1,$4))) == $null) { writeini -n "MTAstats.ini" $mta.name($1,$2) $mta.name($1,$mta.getid($1,$4)) 0 } elseif ($readini( "MTAstats.ini", $mta.name($1,$mta.getid($1,$4)), $mta.name($1,$2)) == $null) { writeini -n "MTAstats.ini" $mta.name($1,$mta.getid($1,$4)) $mta.name($1,$2) 0 } mta.say $1 $mta.name($1,$2) $+ , you have killed $mta.name($1,$mta.getid($1,$4)) $readini( "MTAcurrent.ini", $mta.name($1,$2), $mta.name($1,$mta.getid($1,$4))) times ( $+ $readini( "MTAstats.ini", $mta.name($1,$2), $mta.name($1,$mta.getid($1,$4))) Total). $mta.name($1,$mta.getid($1,$4)) has killed you $readini( "MTAcurrent.ini", $mta.name($1,$mta.getid($1,$4)), $mta.name($1,$2)) times ( $+ $readini( "MTAstats.ini", $mta.name($1,$mta.getid($1,$4)), $mta.name($1,$2)) Total) } elseif ($readini( "MTAcurrent.ini", $mta.name($1,$mta.getid($1,$4)), $mta.name($1,$2)) == $null) { writeini -n "MTAstats.ini" $mta.name($1,$mta.getid($1,$4)) $mta.name($1,$2) 0 writeini -n "MTAcurrent.ini" $mta.name($1,$mta.getid($1,$4)) $mta.name($1,$2) 0 if (($readini( "MTAstats.ini", $mta.name($1,$2), $mta.name($1,$mta.getid($1,$4))) == $null) && ($readini( "MTAstats.ini", $mta.name($1,$mta.getid($1,$4)), $mta.name($1,$2)) == $null) ) { writeini -n "MTAstats.ini" $mta.name($1,$2) $mta.name($1,$mta.getid($1,$4)) 0 writeini -n "MTAstats.ini" $mta.name($1,$mta.getid($1,$4)) $mta.name($1,$2) 0 } elseif ($readini( "MTAstats.ini", $mta.name($1,$2), $mta.name($1,$mta.getid($1,$4))) == $null) { writeini -n "MTAstats.ini" $mta.name($1,$2) $mta.name($1,$mta.getid($1,$4)) 0 } elseif ($readini( "MTAstats.ini", $mta.name($1,$mta.getid($1,$4)), $mta.name($1,$2)) == $null) { writeini -n "MTAstats.ini" $mta.name($1,$mta.getid($1,$4)) $mta.name($1,$2) 0 } mta.say $1 $mta.name($1,$2) $+ , you have killed $mta.name($1,$mta.getid($1,$4)) $readini( "MTAcurrent.ini", $mta.name($1,$2), $mta.name($1,$mta.getid($1,$4))) times ( $+ $readini( "MTAstats.ini", $mta.name($1,$2), $mta.name($1,$mta.getid($1,$4))) Total). $mta.name($1,$mta.getid($1,$4)) has killed you $readini( "MTAcurrent.ini", $mta.name($1,$mta.getid($1,$4)), $mta.name($1,$2)) times ( $+ $readini( "MTAstats.ini", $mta.name($1,$mta.getid($1,$4)), $mta.name($1,$2)) Total) } else { if (($readini( "MTAstats.ini", $mta.name($1,$2), $mta.name($1,$mta.getid($1,$4))) == $null) && ($readini( "MTAstats.ini", $mta.name($1,$mta.getid($1,$4)), $mta.name($1,$2)) == $null) ) { writeini -n "MTAstats.ini" $mta.name($1,$2) $mta.name($1,$mta.getid($1,$4)) 0 writeini -n "MTAstats.ini" $mta.name($1,$mta.getid($1,$4)) $mta.name($1,$2) 0 } elseif ($readini( "MTAstats.ini", $mta.name($1,$2), $mta.name($1,$mta.getid($1,$4))) == $null) { writeini -n "MTAstats.ini" $mta.name($1,$2) $mta.name($1,$mta.getid($1,$4)) 0 } elseif ($readini( "MTAstats.ini", $mta.name($1,$mta.getid($1,$4)), $mta.name($1,$2)) == $null) { writeini -n "MTAstats.ini" $mta.name($1,$mta.getid($1,$4)) $mta.name($1,$2) 0 } mta.say $1 $mta.name($1,$2) $+ , you have killed $mta.name($1,$mta.getid($1,$4)) $readini( "MTAcurrent.ini", $mta.name($1,$2), $mta.name($1,$mta.getid($1,$4))) times ( $+ $readini( "MTAstats.ini", $mta.name($1,$2), $mta.name($1,$mta.getid($1,$4))) Total). $mta.name($1,$mta.getid($1,$4)) has killed you $readini( "MTAcurrent.ini", $mta.name($1,$mta.getid($1,$4)), $mta.name($1,$2)) times ( $+ $readini( "MTAstats.ini", $mta.name($1,$mta.getid($1,$4)), $mta.name($1,$2)) Total) } } } To operate it, you link to these aliases under the existing aliases: alias mta.text { elseif ($3 == !kills) { mta.advancedstats $1- } } alias mta.part { rem.advancedstats $1- remini "MTAcurrent.ini" $mta.name($1,$2) } alias mta.kill { log.advancedstats $1- } EDIT: why are there so many posts from u dan... seems half the time ure either demanding something or just posting for the hell of it.. can u keep it down as the more u post here, and double post for that matter, the harder its going to be for ppl to find scripts here.. this is a scripts thread.. please bear that in mind when posting.
  4. Oli

    MTAMA Scripting

    dammit i knew i forgot 1 of em.. stupid aliases
  5. Oli

    MTAMA Scripting

    that wont work. U have to set the online variables.. alias mta.connect { ;$1 = Server set %online. [ $+ [ $1 ] ] true } alias mta.disconnect { ;$1 = Server ;$2- = Reason unset %online. [ $+ [ $1 ] ] } Also u need the checkpings command and timer starter: alias checkpings { set %server 0 if ( %max == $null ) echo -a Maximum ping not set, pingkick off set %ping_counter $calc( %ping_counter + 1 ) if ( %ping_counter > 12 ) { set %ping_counter 0 } while ( %server < 9 ) { if ( %online. [ $+ [ %server ] ] == true ) { set %playerid 0 while ( %playerid < 27 ) { set %ping. [ $+ [ %server ] $+ . $+ [ %playerid ] $+ . $+ [ %ping_counter ] ] $mta.ping( %server , %playerid ) set %dummy 0 set %totalping 0 while ( %dummy < 13 ) { inc %totalping %ping. [ $+ [ %server ] $+ . $+ [ %playerid ] $+ . $+ [ %dummy ] ] inc %dummy 1 } set %averageping. [ $+ [ %server ] $+ . $+ [ %playerid ] ] $round($calc( %totalping / 13 ) , 0 ) ;echo -a %averageping. [ $+ [ %server ] $+ . $+ [ %playerid ] ] if ( %averageping. [ $+ [ %server ] $+ . $+ [ %playerid ] ] > %max ) { echo -a %server Kicking $mta.name( %server, %playerid ) for a ping of %averageping. [ $+ [ %server ] $+ . $+ [ %playerid ] ] , maximum is %max if ( %isadmin. [ $+ [ %server ] $+ . $+ [ %playerid ] ] == false || !%isadmin. [ $+ [ %server ] $+ . $+ [ %playerid ] ] ) { mta.say %server Kicking $mta.name( %server, %playerid ) for ping > %max mta.kick %server %playerid unset %averageping. [ $+ [ %server ] $+ . $+ [ %playerid ] ] unset %ping. [ $+ [ %server ] $+ . $+ [ %playerid ] $+ ] * } } ;echo -a %server - %playerid - %averageping. [ $+ [ %server ] $+ . $+ [ %playerid ] ] inc %playerid 1 } } inc %server 1 } unset %server } alias mta.start { .timerping 0 10 checkpings } That will act as a ping kicker IF u set %max. If u dont it will simply act as an average ping calculator. THEN dans script will work and will actually show an average ping.
  6. no but i posted it here too... and it vanished
  7. thats weird... i made a reply similar to that and its gone
  8. yeah i gotta say bump that iut works fine for me too... mine has not been connected since the irc for mta went down and its not had a single prob.. sounds like something wrong with ures
  9. Oli

    MTAMA Scripting

    LOL dan how could u not see that?? Anyways, im releasing a new script for u all hope u like. This script is !genocide . Basically, u do that on a clan (2 or more ppl with a tag or 2 or more characters) and you have to kill 10 of them before getting killed yourself. There is an optional part so that if you actually pull this off the whole clan gets kicked (which is damn hard, cos anyone can kill u, but the messages very depending on whether they are from the clan u are committing genocide on). There are a few restrictions for it: You cant commit genocide on your own clan; You cant commit genocide on a clan with less than 2 characters in their tag or less than 2 members in the server; You cant committ genocide on a clan thats not in the server; People who join the server from a clan that has genocide being committed against them get a warning. If you get killed by anyone then it terminates the attempt. If you leave it cancels your attempt. Thats about it. Ive tested it on 7 VCES players and it works very well, and is a lot of fun, plus a huge challenge for talented players. And without further ado... here is the script: ;SCRIPT CREATED BY [FMJ]OLI ;SCRIPT CONCEPT BY [FMJ]GORDON ;FOR ASSISSTANCE, EMAIL: [email protected] ;THIS SCRIPT MAY BE COPIED, BUT THE CREDITS MUST REMAIN IN THE SCRIPT IS IT COPIED TO ;THIS SCRIPT MAY NOT BE PUBLISHED WITHOUT THE PERMISSION OF [FMJ]OLI ;This is the part to turn on and off the script. It can be anyone in the server. alias genocide { if ( ($4 == off) && ($readini( "genocide.ini", main, running ) == 1 ) && $readini( "genocide.ini", main, genocide ) == $mta.name($1,$2) ) { mta.say $1 $mta.name($1,$2) gave up the genocide attempt. writeini "genocide.ini" main running 0 writeini "genocide.ini" main current 0 remini "genocide.ini" main genocide remini "genocide.ini" main clan } elseif ($4 == off && ($readini( "genocide.ini", main, running ) != 1) ) { mta.say $1 No genocide attempts right now... } elseif ( $len($4) >= 2 ) { if ( ( $readini("genocide.ini", main, running) == 1 ) ) { mta.say $1 $readini( "genocide.ini", main, genocide ) is commiting genocide right now.. wait till he's done } else { genocidepresent $1- if ( $4 isin $mta.name($1,$2) ) { mta.say $1 $mta.name( $1 , $2 ) you cant commit genocide on your own clan!! } elseif ( %count >= 1 ) { mta.say $1 $mta.name( $1 , $2 ) is going to commit genocide on $4 writeini "genocide.ini" main running 1 writeini "genocide.ini" main clan $4 writeini "genocide.ini" main genocide $mta.name( $1 , $2 ) } elseif ( %count == 1 ) { mta.say $1 Sorry $mta.name( $1 , $2 ) there arn't enough members of $4 present to commit genocide on } else { mta.say $1 You can't commit genocide on a clan thats not here! } } } else { mta.say $1 $mta.name($1,$2) $+ : You gotta pick a clan to kill.. !genocide } } ;Deactivates the script if the person leaves, and presents messages if members of the clan being targeted leave. alias genocide.part { if ( ($readini( "genocide.ini", main, genocide ) == $mta.name($1,$2)) ) { mta.say $1 $mta.name($1,$2) hasn't got what it takes to kill $readini( "genocide.ini", main, clan ) writeini "genocide.ini" main running 0 writeini "genocide.ini" main current 0 remini "genocide.ini" main genocide remini "genocide.ini" main clan } elseif ( $readini( "genocide.ini", main, clan ) isin $mta.name($1,$2)) { genocidepresent $1- if ( %count <= 1 ) { mta.say $1 All the members of $readini( "genocide.ini", main, clan ) have fled to claim asylum.. $readini( "genocide.ini", main, genocide ) wins!! writeini "genocide.ini" main running 0 writeini "genocide.ini" main current 0 remini "genocide.ini" main genocide remini "genocide.ini" main clan } else { mta.say $1 $mta.name($1,$2) has fled to claim asylum } } } ;Kill system, i would change any of this if i were you. alias genocide.kill { if ( ($mta.name($1,$2) != unknown) || ($mta.name($1,$3) != unknown) ) { if (( $mta.name($1,$2) == $readini( "genocide.ini", main, genocide ) ) && ( $mta.name($1,$2) == $mta.name($1,$3))) { mta.say $1 $mta.name($1,$3) commited suicide to avoid a visit to the Hague. writeini "genocide.ini" main running 0 writeini "genocide.ini" main current 0 remini "genocide.ini" main genocide remini "genocide.ini" main clan } elseif (($mta.name($1,$3) == $readini( "genocide.ini", main, genocide ) ) && ( $readini( "genocide.ini", main, clan ) isin $mta.name($1,$2))) { if ($readini( "genocide.ini", main, current ) == 9) { mta.say $1 $mta.name($1,$3) has successfully committed genocide on $readini( "genocide.ini", main, clan ) writeini "genocide.ini" main running 0 writeini "genocide.ini" main current 0 ;this part initialtes a kick of the clan if the attempt is successful. Remove to ; infront of it to activate it. Admins do not get kicked by this. ;genocidekick $1- remini "genocide.ini" main genocide remini "genocide.ini" main clan } else { %currentgenocide = $calc( $readini( "genocide.ini", main, current ) + 1 ) writeini "genocide.ini" main current %currentgenocide mta.say $1 $mta.name($1,$3) has killed %currentgenocide $readini( "genocide.ini", main, clan ) members... unset %currentgenocide } } elseif (( $mta.name($1,$2) == $readini( "genocide.ini", main, genocide ) ) && ( $readini( "genocide.ini", main, clan ) isin $mta.name($1,$3))) { mta.say $1 $mta.name($1,$3) stopped $mta.name($1,$2) from committing genocide against $readini( "genocide.ini", main, clan ) writeini "genocide.ini" main running 0 writeini "genocide.ini" main current 0 remini "genocide.ini" main genocide remini "genocide.ini" main clan } elseif (( $mta.name($1,$2) == $readini( "genocide.ini", main, genocide ) ) ) { mta.say $1 $mta.name($1,$3) terminated $mta.name($1,$2) on behalf of the U.N. writeini "genocide.ini" main running 0 writeini "genocide.ini" main current 0 remini "genocide.ini" main genocide remini "genocide.ini" main clan } } } ;counts the members of the clan targeted present alias genocidepresent { set %playerid 0 set %count 0 while ( $mta.maxplayers($1) > %playerid ) { if ( $ini( $+ $1 $+ .ini, ID $+ %playerid ) ) { if ( $4 isin $mta.name($1, %playerid)) { %count = %count + 1 } } %playerid = %playerid + 1 } unset %playerid !return %count } ;this part kicks the whole clan if the attempt is successful alias genocidekick { set %listplayer 0 while ($mta.maxplayers($1) > %listplayer ) { if ( $readini( "genocide.ini", main, clan ) isin $mta.name($1, %listplayer) && %isadmin. [ $+ [ $1 ] $+ . $+ [ %listplayer ] ] = false ) { mta.kick $1 %listplayer } %listplayer = %listplayer + 1 } unset %listplayer } alias mta.join { ;$1 = Server ;$2 = Player ID ;$3- = Reason if ( $readini( "genocide.ini", main, clan ) isin $mta.name($1,$2)) { mta.say $1 $mta.name($1,$2) $+ , $readini( "genocide.ini", main, genocide ) is committing genocide on your clan!! } } alias mta.part { ;$1 = Server ;$2 = Player ID ;$3- = Reason genocide.part $1- } alias mta.text { ;$1 = Server ;$2 = Player ID ;$3- = Text if ($3 == !genocide) { genocide $1- } } alias mta.kill { ;$1 = Server ;$2 = Player ID ;$3 = Killer ID if (( $readini( "genocide.ini", main, running ) == 1 )) { genocide.kill $1- } } This script was totally created by myself ([FMJ]Oli) and the idea was by [FMJ]Gordon. If you have probs then ask me. This is my last release till after ive moved house. This will take a few weeks, so i wont be able to help with scripting problems in that time.
  10. FMJ just won 2:1 against ZC.. good game by all.. 6v6 Round 1 they defended the office block, we drove in in the rancher but they got everyone apart from me.. I took out 4 of them but got taken down in the end Round 2 we defended the usual wash mall and only 1 FMJ died Round 3 we went and setup at elswanko, took down all of them with only 1 loss again Good Game ZC
  11. OK u dont get it m8, good luck with it etc.
  12. edit - tis post went insane for some reason and quoted a whole load of stuff.. cant remember what i said so this wil do
  13. ok u dont get what im trying to say so nvm.. was just offering some advice but u seem to be treating me as competition... either that or ure trying to convince ppl that its all great. But whatever, good luck with it i guess Have I said there were many teams??? Can't remember First only people of another team then the ones playing can be a referee. Make their own servers nothing to do with trust People will complaint when a referee is unfair or there has been cheating involved. There must be made a screenshot of the score wich will be uploaded to the site by the ref. All other people also take a screenshot for proof if something is wrong. People can check there own kills in the game by going to game stats. When something is wrong they will complain. You have to give a valid email to make it more difficult to have more teams. As a measure of control I will search the database for more then one instance of a ip so making fake teams is not so easy.
  14. ok, so ure saying that cos u made a league ure qualified... cos ures in the ONLY league (which is untrue)... is that what ure saying. Also, I never said there were 10 clans.. there are over 30 signed up just from europe at my european league.. all im saying is i know most of the clans in the world and ive not heard of 1 of those ones... thats all. Anyways ure too cocky for me, wont be signing FMJ up. Why dont u take a look at the way my league is run at http://www.mta-euleague.com
  15. Oli

    MTAMA Scripting

    if you arnt an admin then you cant avoid the scripts in the server, and u cant make a script for the mta client which avoids cush things
  16. ok, i just had a good look around this site... it seems ure concentrating on the wrong things. You seem to have the attitude that everyone has already joined, and yet so far i can see 8 gangs and ive never heard of 1 of em.. not 1. Also, the whole system is based around ppl "doing it themselves". They have their own referees, and have to make their own servers to play in etc. Thats kinda trusting isnt it... surely there should be some kind of neutral party, such as a league admin, who can oversee the matches... who can say any old referee can be trusted etc, if u see what i mean Im not saying its a bad idea, just it could use some improvements..
  17. Oli

    [un]official minileague

    ive advertised this on the eu league site for any other clans that might wanna sign up. http://www.mta-euleague.com/modules.php ... opic&t=376 just so u know
  18. its a similar mentality to something like vandelism i think... i dont get the reasons behind it but its some sort of repressed need to get some attention. They want to piss ppl off so they get noticed i guess... at least thats the only thing i get from it
  19. Oli

    MTAMA Scripting

    seriously... i dont get what ure asking.. u make very little sense
  20. Site Update finally completed. The following updates: KoQ Clan Removed from Independant League =UT= Clan Removed from UK League EG Clan removed from Dutch League GTO Clan removed from Dutch League ZoR Clan added to Independant League TO Clan added to UK League eVT Clan added to Independant League RM Clan added to Dutch League VCSM clan added to Independant League Partyz added to Adminisration Database Schedule Released [FMJ]Oli will be without internet access for the next few weeks starting in 3 days. This leaves the other administrators in charge of the league, but it is unlikely that there will be a large site update for several weeks. Can all clans make sure their matches go ahead. Check the site for more details
  21. Oli

    I need a team!

    ok m8, a little advice.. all the clans worth being in these days ( ie the ones that have a structured system and compete regularly - KFC, ULK, VCES, FMJ etc) dont take in ppl who ask for it usually... they recruit talent when they see it. U cant just post and expect them to lap u up.. also u might wanna post in the existing forums for clans.. pick one and post there, maybe ull be lucky. If you're good then ull be recruited soon enough cos clans r always looking for strong members. Good luck
  22. Oh yeah i forgot to mention, while im offline, the server stats system will be offline and the administration of the server will be taken over by mack chode and replica.. just so u know
  23. sure why not... i wont be here, so organise it on the fmj forums m8
  24. well i aint seen that anywhere plus I aint a little nerd that has the time to read everything plus it seems to work fine except the ping LOL its in the god damn manual man.. thats the first thing u should read if ure having a problem.
  25. well, techincally u have about a week left but u kid ureself all u want... mike lives at an undisclosed location, its like an hour from u dan, and ure 14 with no car
×
×
  • Create New...