hmm well i was thinking all the admins on my server i put in a .ini
[Admins]
{XN}Boylett 5
{XN}Tomson 3
{XN}Paddy 5
paulgti 4
etc.
then i was thinking of a script which does this:
someone says !admin or !admins
the script looks at admins.ini
it sees if any of those ppl are online
if one of them is online it shows their name and their lvl like so:
{XN}Boylett 5, {XN}Tomson 3 etc. (this wud be if only me and tomson were online)
so it doesnt bother with rcon it just shows someones name if they admin and online
i think its an ok idea to use if u wanna keep RCON
i was thikning maybe:
on *:SIGNAL:mta.command: {
if ($3 == !admins) {
($readini admins.ini)
If ($4 == mta.online)
mta.text $1 mta.nick $1 $2 mta.level
elseif ($4 == mta.offline)
mta.nothing
}
}
i no its all messed and mangled like my SA car but i was thinking a good scripter cud fix it. i have no idea wat anything means anyway
im using the latest mtama on mtasa 1.1.1
i have no idea wat u use to call admins
i wud like it to look like this:
Player:!admin
*Admin, Admin level* *next admin etc*
Hey im looking if someone knows how to show admins?
ive got this so far:
on *:SIGNAL:mta.command: {
if ($3 == !admin) {
mta.text $1 mta.admin $1 $2
}
}
it doesnt work
anyway wondering if anyone cud help me?
i do that lol. nothing quite beats freezing them. letting them avoid it by doing wateva (i wont say) then freezing them after theyve moved 1m. its so funny. then i mute them so they cant complain at all either
neither of them work. have a look..
on *:SIGNAL:mta.talk:{
if $3 == !site mta.say $1 www.xendot.com
}
}
on *:SIGNAL:mta.join: {
if $mta.nick($1,$2) == Player) {
mta.text $1 The nickname $mta.nick($1,$2) is not allowed on this server
mta.kick $1 $2
}
}
install mtama into mIRC/mtama
open mIRC
close all the annoying popup screens
type in the bar: //load -rs $+(",$$sfile(*.mrc,Select your mta.mrc,Load),")
open mtama
clik yes
clik general then scripts and upload rpg.mrc
connect to server
tada