(OVG)Santi Posted December 12, 2006 Share Posted December 12, 2006 } if ($3 == !kickme) { mta.text $1 $mta.nick($1,$2) wants to be kicked... mta.pm $1 $2 3 !.timer 1 1 mta.pm $1 $2 2 !.timer 1 2 mta.pm $1 $2 1 !.timer 1 3 mta.pm $1 $2 Cya! !.timer 1 4 mta.kick $1 $2 !.timer 1 5 mta.text $1 and kicked! } how for say in the last item the name of the player was kicked! Link to comment
BetaDevil Posted December 13, 2006 Share Posted December 13, 2006 if ($3 == !kickme) { mta.text $1 $mta.nick($1,$2) wants to be kicked... mta.pm $1 $2 3 !.timer 1 1 mta.pm $1 $2 2 !.timer 1 2 mta.pm $1 $2 1 !.timer 1 3 mta.pm $1 $2 Cya! !.timer 1 4 mta.kick $1 $2 !.timer 1 5 mta.text $1 and kicked $mta.nick($1,$2) $+ ! } Link to comment
Recommended Posts