Oli
Retired Staff-
Posts
1,993 -
Joined
-
Last visited
Everything posted by Oli
-
script updated to be compatible with MTA:mA v3.17 Download it here
-
script updated for compatibility with MTA:mA v3.17 download here
-
yeah that seems to be the most requested thing now.. im gonna make a tick box dialog for all the scripts... replacing the commands dialog This will take some time though.. as some of the scripts can already be turned on/off from the main menu
-
lol it would be nice if u actually just admitted ure wrong and faced it instead of making ppl think ure a stupid cheat who has a bug up his ass. We owned u, and u were cheating.. thats like total ownage.. cant get much better ownage than that. IF we were to fight u again we'd win again, cos ure shit AND u cheat. now y dont u just shut up, admit ure wrong and take it like a man
-
im aware of the issues with the !find script, however that is out of my control as its a bug in MTA, so im doing the best i can with the data available. I dont usually use $mta.status as it is dependant on people talking or dying... this is too inaccurate in my opinion. Ive already added a better ingame/outgame detection for admin+ in the next version.
-
i think its in the format "MTAclient.exe +connect 127.0.0.1 +name chaozz" but im not sure about that
-
v3.08 Released: Version: 3.08 File / Size (bytes) mtama.mrc 141973 mtama.dll 104960 wizard.bmp 21816 admin.ini 926 ping.jpg 31435 Fixes: *Full compatibility with MTA:mA v3.17 *!find script added - based from when MTA:mA is connected. Reports vehicle colours. *!hp script added - reports players health. *Vehicle colours added. *!car scripts updated for vehicle colours. *!loc script fixed. *!speed script mph/kph option added. */msg away and /msg back added for players. This sets players to away or online. *!away added - reports which players are away. *mta skin names moved to DLL *PSL updated for new MTA:mA system *!money and !scores fixed in ASC The main new script is !find This returns a list of vehicles with colours and last known locations on the map and whether they are being driven. Enjoy
-
omg thats like the oldest timeban around... do u EVER make anything ureself??
-
have u veer noticed ure shit at scripting AND all the scripts u ask for r in GRS?
-
i have spoken to black dragon on msn.. this guy ahs 1 day or its a ban
-
=VCA1= Vice City AirforceOne - www.vcaone.co.nr {Recruiting}
Oli replied to MTA-HitMan's topic in Gangs
FMJ Oli whatta noob you no what it's called please use the name otherwise you a fool ok thats enough. ure going too far. ive given u chances to be friendly and u throw it back at everyone, so thats it, ive had enough. Ive spoken with the mods of the forum and we have decided to give u 1 day to improve ure act. If you dont then u will be banned. -
thats cos u pissed me off
-
yes its possible mike... simple add this in ure mta.command tree: alias mta.command { if $readini(%dir $+ $1.ini,ID $+ $2,level) >= 3 { ;admin commands for level 3 and above } elseif $readini(%dir $+ $1.ini,ID $+ $2,level) >= 5 { ;admin commands for level 5 and above } } simple as that.. im sure u can work it out. Ill see if i can do that with the PSL.. but its not very high on the priorities list atm
-
=VCA1= Vice City AirforceOne - www.vcaone.co.nr {Recruiting}
Oli replied to MTA-HitMan's topic in Gangs
FMJ challenge this clan aswell.. whatever its called. Evening time GMT, on our private server. Usual rules, NO GLITCHING OR CHEATING please. Thuggy, ure ban will be removed from this server for this event and reinstated afterwards. what date? -
=VCA1= Vice City AirforceOne - www.vcaone.co.nr {Recruiting}
Oli replied to MTA-HitMan's topic in Gangs
um.. ure aware that "though duck" doesnt actually make literal sense, arnt u? -
new script added: [FMJ]Oli: !find stinger <'stinger' locations: Terminal Escobar-International Vice-City-Mainland([FMJ]Oli), Bike-area Downtown Vice-City-Mainland> This basically returns all the vehicles locations that are logged, and whether a person is driving one of the vehicles.
-
well i wrote this guy a single level admin system.. which is what harry's is.. and he STILL didnt accept it.. so i really dont know what he wants here u go just incase u missed the point: alias mta.command { if $readini($mta.dir $+ $1.ini,ID $+ $2,admin) { ;admin commands here } if $3 == !admin { var %a = 0,%b while %a <= $mta.maxplayers($1) { if $readini($mta.dir $+ $1.ini,ID $+ %a,admin) { if %b == $null { %b = $mta.name($1,%a) } else { %b = %b $+ , $mta.name($1,%a) } } !inc %a } mta.say $1 $iif(%b == $null,No admins present,Current Admins: %b) } ;other commands here.. for all players } alias mta.join { if ($readini(nickserv.ini,$mta.name($1,$2),pass)) { mta.msg $1 $2 $mta.name($1,$2) is a reserved admin name. Login using /msg login $+(!.timer,$1,.,$2) 1 30 mta.kick $1 $2 } ;other join messages here } alias mta.pm { if ($3 == login) { if ($readini(nickserv.ini,$mta.name($1,$2),pass)) { if ($readini($mta.dir $+ $1.ini,ID $+ $2,admin) == $null) { if ($readini(%dir2 $+ nickserv.ini,$mta.name($1,$2),pass) == $4-) { mta.say $1 $+(',$mta.name($1,$2),') logged in as an admin. !writeini $+(",%dir,$1.ini") ID $+ $2 admin 1 $+(!.timer,$1,.,$2) off } else mta.msg $1 $2 Invalid password. } else mta.msg $1 $2 Already logged in as admin. } } ;other pm commands here }
-
atm the league is inactive due to lack of clans interest. It might start up again soon, but at present it is unknown
-
no way could u script to that accuracy
-
sure ill do it tomorrow.. im adding 2 new scripts that ure gona love btw
-
yes its possible and its in the next version of MTA:mA:GRS
-
match with UK. FMJ won 3:0 was a good game.. very quick inbetween rounds and nothing dodgy cheers FMJ also won 2 turfwars in gta3 tonight.
-
/me sniggers at the updated members list
-
lol well if he cant work out how to use that then he ahs an IQ <30
-
alias mta.connect { if %max == $null { !set %max 250 } !.timerping 0 10 pingkick } alias pingkick { var %a = 1,%b while (%a < 90) { if ($sock(mta. $+ %a)) { %b = $readini($mta.dir $+ mta.ini,%a,max) while (%b >= 0) { !tokenize 32 $hget(Ping. $+ %a,%b) !hadd -m Ping. $+ %a %b $calc($mta.ping(%a,%b) +$1) $calc(1+$2) if ($ini($mta.dir $+ %a $+ .ini,ID $+ %b)) { !writeini " $+ $mta.dir $+ %a $+ .ini $+ " ID $+ %b avping $calc($1 /$2) } if ($2 > 5) { if $calc($1 / $2) > %max { mta.say %a Kicking $+(',$mta.name(%a,%b),') for high ping [ $+ $calc($1 /$2) $+ ]. Max allowed: %max mta.kick %a %b } !hadd -m Ping. $+ %a %b $mta.ping(%a,%b) 1 } !dec %b } } !inc %a } } alias mta.command { var %a = $iif($4 == $null,$2,$iif($4 isnum,$4,$mta.getid($1,$4))) if !ping* iswm $3 { if %a == -1 mta.say $1 Error - Absent ID. elseif $mta.name($1,%a) == unknown mta.say $1 Error - Absent ID. else mta.say $1 $mta.name($1,%a) $+ 's ping: $mta.ping($1,%a) $+ . Average ping: $readini($mta.dir $+ $1.ini,ID $+ %a,avping) $+ . Max ping allowed: %max $+ . } } To set the max ping different from teh default of 250.. in mirc do /set %max replacing with the number of the max ping (ie 200) !ping will return a players ping, average ping and max ping allowed. This works for wildcards and for individuals (ie !ping)
