
Niels
Members-
Posts
204 -
Joined
-
Last visited
Everything posted by Niels
-
....
-
Can somone host it again?
-
on *:SIGNAL:mta.command: { if ($3 == !backup) { mta.say $1 The Police Force needs Backup } if ($3 == !status) { if ($4 != $null) { %b = $iif($4 isnum,$4,$mta.getid($1,$4)) mta.say $1 $mta.name($1,%b) is $mta.status($1,%b).text } else mta.say $1 $mta.name($1,$2) is $mta.status($1,$2).text } }
-
The Clan: XenoGamers is now lead the Battle Of Teams.
-
Found the error STUPID! Forgot to calc: if ($calc($readini(spree.ini,current,$mta.name($1,$3))) >= $calc($readini(spree.ini,top,$mta.name($1,$3)))) {
-
No i dont ask it, i found it in a great script and it isnt work...
-
I dont need other script, can somone fix this: (He dont count the top spree) if ($mta.name($1,$3) != Unknown) { !writeini -n spree.ini current $mta.name($1,$3) $calc($readini(spree.ini,current,$mta.name($1,$3)) + 1) if ($readini(spree.ini,current,$mta.name($1,$3)) => $readini(spree.ini,top,$mta.name($1,$3))) { !writeini spree.ini top $mta.name($1,$3) $readini(spree.ini,current,$mta.name($1,$3)) mta.msg $1 $3 Your Top spree is now $readini(spree.ini,current,$mta.name($1,$3)) $+ ! } !writeini -n spree.ini current $mta.name($1,$2) 0 }
-
if ($mta.name($1,$3) != Unknown) { !writeini -n spree.ini current $mta.name($1,$3) $calc($readini(spree.ini,current,$mta.name($1,$3)) + 1) if ($readini(spree.ini,current,$mta.name($1,$3)) => $readini(spree.ini,top,$mta.name($1,$3))) { !writeini spree.ini top $mta.name($1,$3) $readini(spree.ini,current,$mta.name($1,$3)) mta.msg $1 $3 Your Top spree is now $readini(spree.ini,current,$mta.name($1,$3)) $+ ! } !writeini -n spree.ini current $mta.name($1,$2) 0 } Is too not working
-
on *:SIGNAL:mta.kill: { if ($mta.mode($1) == Deathmatch) { if ($mta.name($1,$3) != Unknown) && ($2 != $3) { !writeini -n spree.ini current $mta.name($1,$3) $calc($readini(spree.ini,current,$mta.name($1,$3)) + 1) if ($readini(spree.ini,current,$mta.name($1,$3)) => $readini(spree.ini,top,$mta.name($1,$3))) { !writeini spree.ini top $mta.name($1,$3) $readini(spree.ini,current,$mta.name($1,$3)) mta.msg $1 $3 Your Top spree is now $readini(spree.ini,current,$mta.name($1,$3)) $+ ! } } !writeini -n spree.ini current $mta.name($1,$2) 0 } He isn't counting the top spree. If i got 13 spree and i type /kill he dont set the spree as top...
-
if ($3 == !slap) { var %a = 1 while (%a < 6) { mta.slap $1 $4 } !inc %a }
-
I have one but it's not working i got 14 spree and i type /kill and he doenst save it as top. I post it as i'am on home.
-
Keep Linux server running when closing the connection
Niels replied to Blokker_1999's topic in Questions
Oh yeah lol, /me needs free shell host -
/me is downloading..
-
Keep Linux server running when closing the connection
Niels replied to Blokker_1999's topic in Questions
I think that your host you dont give exec rights... -
KungFu is there a Vice City version of the script?
-
Is this script there for Vice city too?
-
A clan got that script... VCES i think, dont know
-
This is mine: on *:SIGNAL:mta.command: { if ($3 == !away) { mta.say $1 $mta.name($1,$2) setted his status on away. set %away. [ $+ [ $1 ] $+ . $+ [ $2 ] ] away } if ($3 == !brb) { mta.say $1 $mta.name($1,$2) setted his status on be right back. set %away. [ $+ [ $1 ] $+ . $+ [ $2 ] ] brb } if ($3 == !setstatus) { if ($4 != $null) { mta.say $1 $mta.name($1,$2) setted his status on $4 set %away. [ $+ [ $1 ] $+ . $+ [ $2 ] ] $4 } else mta.say $1 $mta.name($1,$2) Syntax: !setstatus } if ($3 == !pa) { unset %pa set %countpa 0 while (%countpa <= $mta.maxplayers($1) ) { if ($mta.name($1,%countpa) != Unknown) && (%away. [ $+ [ $1 ] $+ . $+ [ %countpa ] ]) { if (%pa == $null) { %pa = $mta.name($1, %countpa) ( $+ %away. [ $+ [ $1 ] $+ . $+ [ %countpa ] ] $+ ) } else { %pa = %pa $+ , $mta.name($1, %countpa) ( $+ %away. [ $+ [ $1 ] $+ . $+ [ %countpa ] ] $+ ) } } !inc %countpa } if ( %pa == $null ) { mta.say $1 No people have a away status. } else { mta.say $1 Statuses: %pa } unset %pa unset %countpa } } Maybe is the english wrong