
fastphp
Members-
Posts
31 -
Joined
-
Last visited
Details
-
Location
Netherlands
fastphp's Achievements

Rat (9/54)
0
Reputation
-
Hi all Has someone a !weapon script for me, i have wrote my ow script but thats not work thanks, Michael
-
Has someone a list from all the weapon id's ??
-
ok i have now if $3 == !weapon { mta.say $1 You have a $mta.weapon($1,$2) } but if i change now my weapon i also see the message That $mta.weapon($1,$2) is now work at my script
-
Duh I did the weapon thing, maybe I must remove .name but that’s also no working. [uVA]_ZZZ if you don’t now what you talking about pls don’t say anything thanks
-
I tryed to make a new script for my server but if i do !weapon the server alway's say <(SFA)James has a Punch/Kick> Can comeone help me with this one if $3 == !weapon { if $4 == $null mta.say $1 Error - Syntax: !weapon elseif $mta.weapon($1,$4).name == knive mta.say $1 WHAAAA $mta.name($1,$4) has a knive LOOK OUT!!!! else mta.say $1 $mta.name($1,$4) has a $mta.weapon($1,$4).name }
-
oh sorry i did not see that script Thanks harry
-
Hey all Have someone a script that as i typ !race that the script choose a location and from that point we must race to another point, the script must also choose the finish location Can someone help me whit that Thanks Grz Michael
-
Oops i had start and it must be !start
-
This is all what i have vrote elseif ($3 == Start ) { if ($4 == 2 ) { mta.say $1 Server 2 is starting mta.con 2 } if ($4 == 3 ) { mta.say $1 Server 3 is starting mta.con 3 } }
-
This is in my mta.mrc alias mta.con { if ($1 == $null) !echo 2 -es * /mta.con: insufficient parameters elseif ($sock(mta. $+ $1)) !echo 2 -es * /mta.con: already connected else { if (!$dialog(mta)) mta if ($did(mta,$1 $+ 12) == $null) mta.log $1 * Nick missing. elseif (!$mta.checkip($did(mta,$1 $+ 09))) mta.log $1 * Invalid IP. elseif (($did(mta,$1 $+ 10) < 1) || ($did(mta,$1 $+ 10) > 65536)) mta.log $1 * Invalid port. else { !remini " $+ $scriptdirmta.ini" $1 motd !.remove $+(",$scriptdir,$1.ini") !did -a mta $1 $+(Server,$1,*) !did -a mta $1 $+ 08 Cancel !did -b mta $+($1,09,$chr(44),$1,10,$chr(44),$1,11,$chr(44),$1,12) if ($readini($scriptdirmta.ini,0,clear) != 0) !did -r mta $1 $+ 02 mta.log $1 * $iif($readini($scriptdirmta.ini,$1,to),Connect retry $chr(35) $+ $ifmatch,Connecting to) $+($did(mta,$1 $+ 09),:,$did(mta,$1 $+ 10),...) !.timerto $+ $1 1 10 mta.dis $1 Timed out. mta.dll join $1 } } } alias mta.dis { if ($1 == $null) !echo 2 -es * /mta.dis: insufficient parameters else { var %a = mta. $+ $1,%b mta.dll part $1 !.timerto $+ $1 off !.remove $+(",$scriptdir,$1.ini") !did -r mta $+($1,01,$chr(44),$1,21,$chr(44),$1,22,$chr(44),$1,27) mta.log $1 * Disconnected: $2- if (($readini($scriptdirmta.ini,0,to)) && ($2- == Timed out.)) { %b = $calc($readini($scriptdirmta.ini,$1,to)+1) !writeini -n " $+ $scriptdirmta.ini" $1 to %b if (%b < 6) { !sockclose %a mta.con $1 !halt } }
-
Hey all I use mirc for my server Now i want that someone else gonna use my mirc to That person must go introu my server and typ !start 2 then mirc starts the mirc server 2 I have tryed to do elseif ($3 == Start ) { if ($4 == 2 ) { mta.say $1 Server 2 is starting mta.con 2 } if ($4 == 3 ) { mta.say $1 Server 3 is starting mta.con 3 } } But this not work Does ennyone how i can do that Gr Michael
-
There is a timeban on this forum AND is working
-
YES Thanks [FMJ]Oli, and harry it works Grz Michael / (ZC)James
-
but it dont work can someone tell me whats wrong please i think ive done it wrong anyway[quo if ($3 == !note) { $writeini("mtascript", notes, $mta.name($1,$2) $4-) -missing .ini- mta.say $1 noted -script not closed- elseif ($3 == !note) { writeini "mtascript.ini" notes $mta.name( $1 , $2) Note $4- mta.say $1 noted } Why dont u try this: if ($3 == !rang || $3 == !status || $3 == !level ) { if ($4 != $null) { if ($mta.name($1,$4) == unknown) { mta.say $ Player ID not present } elseif ( %isadmin. [ $+ [ $1 ] $+ . $+ [ $4 ] ] == true ) { mta.say $1 $mta.name($1,$4) - Rang: Server Admin } elseif (ZC isin $mta.name($1,$4) ) { mta.say $1 $mta.name($1,$4) - Rang: Clan Member } else { mta.say $1 $mta.name($1,$4) - Rang: Player } } else { if ( %isadmin. [ $+ [ $1 ] $+ . $+ [ $2 ] ] == true ) { mta.say $1 $mta.name($1,$2) - Rang: Server Admin } elseif (ZC isin $mta.name($1,$2) ) { mta.say $1 $mta.name($1,$2) - Rang: Clan Member } elseif { mta.say $1 $mta.name($1,$2) - Rang: Player } } } Hi all If i use these code ; RANG SCRIPT elseif ($3 == !rang || $3 == !status || $3 == !level ) { if ($4 != $null) { if ($mta.name($1,$4) == unknown) { mta.say $ Player ID not present } elseif ( %isadmin. [ $+ [ $1 ] $+ . $+ [ $4 ] ] == true ) { mta.say $1 $mta.name($1,$4) - Rang: Server Admin } elseif (ZC isin $mta.name($1,$4) ) { mta.say $1 $mta.name($1,$4) - Rang: Clan Member } else { mta.say $1 $mta.name($1,$4) - Rang: Player } } else { if ( %isadmin. [ $+ [ $1 ] $+ . $+ [ $2 ] ] == true ) { mta.say $1 $mta.name($1,$2) - Rang: Server Admin } elseif (ZC isin $mta.name($1,$2) ) { mta.say $1 $mta.name($1,$2) - Rang: Clan Member } elseif { mta.say $1 $mta.name($1,$2) - Rang: Player } } } and he is not member/admin person then say mirc * /elseif: invalid format (line 237, scripts.mrc)
-
but it dont work can someone tell me whats wrong please i think ive done it wrong anyway[quo if ($3 == !note) { $writeini("mtascript", notes, $mta.name($1,$2) $4-) -missing .ini- mta.say $1 noted -script not closed- elseif ($3 == !note) { writeini "mtascript.ini" notes $mta.name( $1 , $2) Note $4- mta.say $1 noted }