Jump to content

MTAMA Scripting


Si|ent

Recommended Posts

  • Replies 1.3k
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

argh the weather part of grs 3.12 or whatever doesnt work with mta 0.5....playing our entire gangwar in fog wasnt nice :(

GRS fully compatible with 0.5 will be out in a few days.. its been delayed cos i had my car written off yesterday so im busy with that

Link to comment
argh the weather part of grs 3.12 or whatever doesnt work with mta 0.5....playing our entire gangwar in fog wasnt nice :(

GRS fully compatible with 0.5 will be out in a few days.. its been delayed cos i had my car written off yesterday so im busy with that

Great, can't wait to have it for my LAN Oli 8)

hope you get that car sorted :P

Link to comment

u can do it with his name, but thats way too unsecure, anyone could connect with his name. if his ip is like 81.*.*.* then write a script so that if $readini(name.ini,admin,admin1) == $mta.name($1,$2) && 81.* iswm $mta.ip($1,$2) { or whatever u want.

Link to comment
u can do it with his name, but thats way too unsecure, anyone could connect with his name. if his ip is like 81.*.*.* then write a script so that if $readini(name.ini,admin,admin1) == $mta.name($1,$2) && 81.* iswm $mta.ip($1,$2) { or whatever u want.

That is not a save saveway :oops:

Link to comment

:?:

isin is for when something is in something eg:

on *:SIGNAL:mta.command:{
 if xcr isin $mta.name($1,$2) {
   mta.kick $1 $2
 }
}

iswm:

on *:SIGNAL:mta.command:{
 if x* iswm $mta.name($1,$2) {
   mta.kick $1 $2
 }
}

isin searches for that exact string in the name, whereas iswm is a wildcard.

Link to comment
An admin on my server have's a dyn ip how can i give him rights that he auto log in?

Use something that saves his IP when he logs in, and if it matches next time, it autologs in, and if it doesnt, it asks for a password.

(saves him loging-in more than once a day/week depending on ip change)

Edited by Guest
Link to comment
Guest
This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.

×
×
  • Create New...