iGuest 3 Report post Posted November 14, 2004 ive' you have an MTA server its the online game of GTA VICE CITYyoui can have the standard MTA:MA script @ me Share this post Link to post Share on other sites
iGuest 3 Report post Posted November 14, 2004 Don't make useless posts please I've got a nice one here. alias mta.command if ($3 == !hug) { if ($4 == $null) { mta.say } else { if ($mta.name($1,$mta.getid($1,$4)) == Unknown) mta.say $1 $+ : Error: ID/Name not present. else { mta.say $1 $mta.name($1,$2) hugs $mta.name($1,$mta.getid($1,$4)) } }}alias mta.command if ($3 == !but) { if ($4 == $null) { mta.say } else { if ($mta.name($1,$mta.getid($1,$4)) == Unknown) mta.say $1 $+ : Error: ID/Name not present. else { mta.say $1 $mta.name($1,$2) kicks $mta.name($1,$mta.getid($1,$4)) 's lame *bottom*! } }}The first one (!hug) will display this: Name 1 hugs Name 2The second one (!but) will display: Name 1 kick's name 2s lame *bottom* Share this post Link to post Share on other sites
iGuest 3 Report post Posted January 24, 2005 Hum, you have two alias mta.commandtest: //start alias//alias mta.command if ($3 == !hug) { if ($4 == $null) { mta.say } else { if ($mta.name($1,$mta.getid($1,$4)) == Unknown) mta.say $1 $+ : Error: ID/Name not present. else { mta.say $1 $mta.name($1,$2) hugs $mta.name($1,$mta.getid($1,$4)) } } if ($3 == !but) { if ($4 == $null) { mta.say } else { if ($mta.name($1,$mta.getid($1,$4)) == Unknown) mta.say $1 $+ : Error: ID/Name not present. else { mta.say $1 $mta.name($1,$2) kicks $mta.name($1,$mta.getid($1,$4)) 's lame *bottom*! } }} //close alias// Share this post Link to post Share on other sites