BLogi Posted December 29, 2006 Share Posted December 29, 2006 Why my script don't work? its code } if $mta.skin($1,$2) == 5 { .timer 1 1 mta.say $1 Blokada Anty VCC Wlaczona. .timer 1 2 mta.say $1 Paszol won $mta.name($1,%a) $+ za VCC!! .timer 1 3 mta.msg $1 $2 Nigdy Wiecej VCC a to jest nauczka .timer 1 6 mta.kick $1 $2 And where im must to paste it. in this: on *:SIGNAL:mta.spawn:{ mta.say $1 $mta.name($1,$2) zrespawnowal sie jako $mta.skin($1,$2).name } alias mta.level !return $readini(nickserver.ini,$mta.name($1,$2),level) alias mta.ingame { var %a = 0,%b = 0 while (%a <= $mta.maxplayers($1)) { if ($mta.status($1,%a) == 2) %b = %b + 1 !inc %a } !return %b } alias mta.outgame { var %a = 0,%b = 0 while (%a <= $mta.maxplayers($1)) { if ($mta.status($1,%a) == 1) %b = %b + 1 !inc %a } !return %b } Please help me i'm newbie. I teach this lanuage. Its Anti Vice City Crusador Script. Link to comment
BetaDevil Posted December 29, 2006 Share Posted December 29, 2006 on *:SIGNAL:mta.spawn:{ if ($mta.skin($1,$2) == 5) { .timer 1 1 mta.say $1 Blokada Anty VCC Wlaczona. .timer 1 2 mta.say $1 Paszol won $mta.name($1,%a) $+ za VCC!! .timer 1 3 mta.msg $1 $2 Nigdy Wiecej VCC a to jest nauczka .timer 1 6 mta.kick $1 $2 } else mta.say $1 $mta.name($1,$2) zrespawnowal sie jako $mta.skin($1,$2).name } alias mta.level !return $readini(nickserver.ini,$mta.name($1,$2),level) alias mta.ingame { var %a = 0,%b = 0 while (%a <= $mta.maxplayers($1)) { if ($mta.status($1,%a) == 2) %b = %b + 1 !inc %a } !return %b } alias mta.outgame { var %a = 0,%b = 0 while (%a <= $mta.maxplayers($1)) { if ($mta.status($1,%a) == 1) %b = %b + 1 !inc %a } !return %b } Link to comment
The Beyond Posted December 30, 2006 Share Posted December 30, 2006 A scripting-teacher who doesn't know how to script? Link to comment
Convirion Posted January 1, 2007 Share Posted January 1, 2007 I think he means that he want to learn it sorry for the bump Link to comment
Recommended Posts