
Mike
Members-
Posts
805 -
Joined
-
Last visited
Everything posted by Mike
-
or http://www.e-frag.co.uk if you want a UK one
-
Sorry for the double post, but i got some one to report: Night (i haven't got an i.p cos i can't get it on the partyserver ) but if anyone sees him please get it. I have footage and i'll show it to you aeron if you ask nicely
-
Shouldn't that be more like this? alias mta.command { if ($3 == !details) { if ($4 == $null) mta.say $1 Name: $mta.name($1,$4) - Vehicle: $mta.vehicle($1,$4).name else mta.say $1 Name: $mta.name($1,$2) - Vehicle: $mta.vehicle($1,$2).name } }
-
I have 12 invites if anyone still hasn't got an account...
-
i think someone did: AnonymousX Banned Joined: 03 Oct 2003 Posts: 13 Location: Somewhere
-
He hasn't actually release that yet, i think he's just mentioning the things he is adding to the next release, then he will release it when it's ready..
-
Nice! loads of amazing features wicked!
-
I reckon it's anonymous who deserves the ban (also, he's just annoyed at CantSeeMe cause he left the stupid HW cheating clan)
-
I think they just couldn't do this at the time (as GTA3 handles the characters differecntly to VC) but in the newer 0.4.x version there will be occupations
-
because when you're talking from the admin bit in mtama and you say /slap it slaps them, and mta.say just does the same thing
-
you need to use a bike (i think pcj is best) and either find a low rail, and wheelie onto it and then balance with the lean buttons or you can make it more complicated and jump onto higher rails with packers and stuff.
-
Yep, that's what i did - it's hardly gonna break the bank as they're about £15 each
-
A: Yes Q: How many other people agree?
-
He wanted one that said if someone was out of game: alias mta.command { if (!wru == $3) { if ($4 !== $null) { if ($mta.area($1,$4) != Unknown) mta.say $1 $mta.name($1,$4) is at $mta.area($1,$4)! else mta.say $1 $mta.name($1,$4) is out of game! } else { if ($mta.area($1,$2) != Unknown) mta.say $1 You are at $mta.area($1,$2)! else mta.say $1 You are out of game. } } }
-
A: Mmmm desert! Sandy... Q: Should dan have spelling lessons?
-
Fine : alias mta.command { if ($3 == !votekick) { if (%vote.nick. [ $+ [ $1 ] ] == $null) { if ($ini($+(",$scriptdir,$1,.ini,"),ID $+ $4)) { set %vote.nick. [ $+ [ $1 ] ] $4 set %vote.voters. [ $+ [ $1 ] ] $null mta.say $1 Votekick "!vote" if u want that $mta.name($1,$4) shall be kicked. [ $calc($left($did(mta,$1 $+ 21),2) / 2) votes needed][30 sec] .timervote [ $+ [ $1 ] ] 1 30 mta.vote $1 } else mta.say $1 Give up an existing ID-number: "!votekick <#ID"> } else mta.say $1 Another votekick is running: $mta.name($1,%vote.nick. [ $+ [ $1 ] ]) } if (($3 == !vote) && (%vote.nick. [ $+ [ $1 ] ] != $null)) { if ($2 !isin %vote.voters. [ $+ [ $1 ] ]) { %vote.voters. [ $+ [ $1 ] ] = %vote.voters. [ $+ [ $1 ] ] $2 mta.say $1 $numtok(%vote.voters. [ $+ [ $1 ] ],32) votes for $mta.name($1,%vote.nick. [ $+ [ $1 ] ]) if ($numtok(%vote.voters. [ $+ [ $1 ] ],32) >= $calc($left($did(mta,$1 $+ 21),2) / 2)) { mta.say $1 $mta.name($1,%vote.nick. [ $+ [ $1 ] ]) $numtok(%vote.voters. [ $+ [ $1 ] ],32) votes ur out! mta.kick $1 %vote.nick. [ $+ [ $1 ] ] unset %vote.nick. [ $+ [ $1 ] ] unset %vote.voters. [ $+ [ $1 ] ] .timervote [ $+ [ $1 ] ] off } } else mta.say $1 $mta.name($1,$2) You have already voted } if ($3 == !cancel) && (nivko isin $mta.name($1,$2)) { mta.say $1 Votekick canceled unset %vote.nick. [ $+ [ $1 ] ] unset %vote.voters. [ $+ [ $1 ] ] .timervote [ $+ [ $1 ] ] off } } alias mta.vote { mta.say $1 Vote kick cancelled: $mta.name($1,%vote.nick. [ $+ [ $1 ] ]) unset %vote.nick. [ $+ [ $1 ] ] unset %vote.voters. [ $+ [ $1 ] ] }
-
A: I like cheese, so yes Q: What type of cheese?
-
Here is the votekick script: alias mta.command { if ($3 == !votekick) { if (%vote.nick. [ $+ [ $1 ] ] == $null) { if ($ini($+(",$scriptdir,$1,.ini,"),ID $+ $4)) { set %vote.nick. [ $+ [ $1 ] ] $4 set %vote.voters. [ $+ [ $1 ] ] $null mta.say $1 Votekick "!vote" if u want that $mta.name($1,$4) shall be kicked. [ $calc($left($did(mta,$1 $+ 21),2) / 2) votes needed][30 sec] .timervote [ $+ [ $1 ] ] 1 30 mta.vote $1 } else mta.say $1 Give up an existing ID-number: "!votekick <#ID"> } else mta.say $1 Another votekick is running: $mta.name($1,%vote.nick. [ $+ [ $1 ] ]) } if (($3 == !vote) && (%vote.nick. [ $+ [ $1 ] ] != $null)) { if ($2 !isin %vote.voters. [ $+ [ $1 ] ]) { %vote.voters. [ $+ [ $1 ] ] = %vote.voters. [ $+ [ $1 ] ] $2 mta.say $1 $numtok(%vote.voters. [ $+ [ $1 ] ],32) votes for $mta.name($1,%vote.nick. [ $+ [ $1 ] ]) if ($numtok(%vote.voters. [ $+ [ $1 ] ],32) >= $calc($left($did(mta,$1 $+ 21),2) / 2)) { mta.say $1 $mta.name($1,%vote.nick. [ $+ [ $1 ] ]) $numtok(%vote.voters. [ $+ [ $1 ] ],32) votes ur out! mta.kick $1 %vote.nick. [ $+ [ $1 ] ] unset %vote.nick. [ $+ [ $1 ] ] unset %vote.voters. [ $+ [ $1 ] ] .timervote [ $+ [ $1 ] ] off } } else mta.say $1 $mta.name($1,$2) You have already voted } } alias mta.vote { mta.say $1 Vote kick cancelled: $mta.name($1,%vote.nick. [ $+ [ $1 ] ]) unset %vote.nick. [ $+ [ $1 ] ] unset %vote.voters. [ $+ [ $1 ] ] } PS: I have tested this and it works Btw: this isn't mine, just Aeron's from earlier, slightly edited to work with the new alias
-
Just take some time to learn how to use the shotgun back, and avoid their shots. I don't reckon you would carry on complaining if you were the one that could use the shotgun well...
-
mIRC Remote Admin - http://www.aeron.tk and the normal remote admin is installed when you install mta
-
Only if MTA can work with SA, the team are definately gonna try, but it may not work...
-
They'll finish it when it's done
-
That's what usually happens, but this could be an error with that?
-
Myabe you're trying to connect to a server with the wrong version; in that pic it says you're using 0.4.0 and most servers are 0.4.1
-
Either look through the first 2 pages of this thread or download oli's general release script