
Niels
Members-
Posts
204 -
Joined
-
Last visited
Everything posted by Niels
-
Hehe my script is 110 KB Big and none errors
-
on *:SIGNAL:mta.command: { if ($3 == !rules) { mta.msg $1 $2 Server Rules: !.timer 1 1 mta.msg $1 $2 No helikilling !.timer 1 2 mta.msg $1 $2 No Spawnkilling !.timer 1 3 mta.msg $1 $2 Idlers kicking 10 mins. !.timer 1 4 mta.msg $1 $2 Other rule !.timer 1 5 mta.msg $1 $2 Other rule !.timer 1 6 mta.msg $1 $2 Other rule } }
-
The first MTA:mA join with player is that public ?
-
Oh, ok Succes with exams
-
Oli ? I wait
-
I wait
-
mIRC i can't other lang (A very littlebit PHP)
-
Try an mIRC dailog maker.....
-
Only $mta.name($1,$2) is not the same, it was Niels. $mta.name($1,$2) must then work?
-
var %a = 1,%b while (%a <= $ini(carsale.ini,$mta.name($1,$2),0)) { if ($readini(carsale.ini,$mta.name($1,$2),car $+ %a)) !inc %b %inc %a } if (%b) mta.msg $1 $2 Test } Not working This is the ini: [~XT~PP] cash=101 car1=54
-
Zack is that script on XenoGamers server?
-
My ini is: [Niels] cars1=51 cars2=60 and i have this: if $readini(car.ini,Niels,cars*) { mta.msg $1 $2 Test } The cars* is not working how i do that?
-
WTF Go in a Cabbie, Taxi, Borgnine. As somone typ !taxi got you an message where he is hehehe....
-
Simple with mIRC then not with dll
-
on *:SIGNAL:mta.connect:{ set %online. [ $+ [ $1 ] ] true } on *:SIGNAL:mta.start:{ .timerping 0 10 checkpings } on *:SIGNAL:mta.quit:{ .timerping off } on *:SIGNAL:mta.join:{ unset %ping. [ $+ [ $2 ] $+ ] * set %loop. [ $+ [ $2 ] ] 0 } on *:SIGNAL:mta.disconnect:{ unset %online. [ $+ [ $1 ] ] } alias checkpings { set %server 0 if ( %max == $null ) echo -a Maximum ping not set, pingkick off set %ping_counter $calc( %ping_counter + 1 ) if ( %ping_counter > 12 ) { set %ping_counter 0 } while ( %server < 9 ) { if ( %online. [ $+ [ %server ] ] == true ) { set %playerid 0 while ( %playerid < $mta.maxplayers($1) ) { set %ping. [ $+ [ %server ] $+ . $+ [ %playerid ] $+ . $+ [ %ping_counter ] ] $mta.ping( %server , %playerid ) set %dummy 0 set %totalping 0 while ( %dummy < 13 ) { inc %totalping %ping. [ $+ [ %server ] $+ . $+ [ %playerid ] $+ . $+ [ %dummy ] ] inc %dummy 1 } set %averageping. [ $+ [ %server ] $+ . $+ [ %playerid ] ] $round($calc( %totalping / 13 ) , 0 ) if ( %averageping. [ $+ [ %server ] $+ . $+ [ %playerid ] ] > %max ) && (%rights. [ $+ [ %server ] $+ . $+ [ %playerid ] ] == 0) { mta.say %server Kicking $mta.name( %server, %playerid ) for a ping of $round(%averageping. [ $+ [ %server ] $+ . $+ [ %playerid ] ] , 2) $+ , maximum is %max $+ . mta.kick %server %playerid unset %averageping. [ $+ [ %server ] $+ . $+ [ %playerid ] ] unset %ping. [ $+ [ %server ] $+ . $+ [ %playerid ] $+ ] * } } inc %playerid 1 } } inc %server 1 } unset %server } This pingkicker is don't work, can somone fix it? mIRC is crashing every time
-
Plz help me: $timer(stfu. $+ $2 ).secs This is my timer: * Timer stfu.0 1 time(s) 60s delay remini "stfu.ini" ip test is it allright that he says how long he still has got
-
on *:SIGNAL:mta.command:{ var %a = $iif($4 == $null,$4,$mta.getid($1,$4)) if ($3 == !tip) { if ($mta.name($1,%a) != Unknown) mta.msg $1 $2 Wrong id/name. else mta.msg $1 %a $read($scriptdirtips.txt,$rand(1,$lines($scriptdirtips.txt))) } } on *:SIGNAL:mta.join:{ mta.msg $1 $2 $read($scriptdirjoin.txt,$rand(1,$lines($scriptdirjoin.txt))) } For other scripts, you can use this for ur script.
-
[08:17] * Weather: Changed to Cloud. [08:17] * Weather: Set to Sun. [08:20] * Weather: Changed to Sun. [08:22] * Weather: Changed to Cloud. [08:22] * Weather: Set to Sun. [08:25] * Weather: Changed to Fog. [08:25] * Weather: Set to Sun. I have on my server auto sun on. It's changing random Fog,Cloud and then Sun
-
Fantastic