
Squall
Members-
Posts
136 -
Joined
-
Last visited
Everything posted by Squall
-
ty also can u make a heli kill kicker i tried hehe on *:SIGNAL:mta.kill:{ mta.say $1 $mta.name($1,$2) killed $mta.name($1,%a) with $mta.weapon($1,$4) if (($4 isnum) && ($4 <= 40))mta.kick($1,$2) }
-
sorry to say still saying PM from Admin: You're not at Sunshine Autos! when Theoden Area: Sunshine-Autos Viceport Vice-City-Mainland
-
when i go to Sunshine Autos it still say Pm from Admin You Are Not At Sunshine Autos but every ting else works on *:SIGNAL:mta.command:{ if ($3 == !sellcar) { elseif ($mta.area($1,$2) == Sunshine-Autos) elseif ($mta.vehicle($1,$2).name != foot && $mta.vehicle($1,$2).name != Unknown) else { mta.say $1 $mta.name($1,$2) Sold $mta.vehicle($1,$2).name for $rpg.worth($1,$2) !writeini -n " $+ $scriptdir $+ Bank.ini" Bank $mta.name($1,$2) $calc($mta.bank($1,$2) + $rpg.worth($1,$2)) !writeini -n " $+ $scriptdir $+ BuySell.ini" Sell $mta.name($1,$2) $mta.vehicle($1,$2)) } else mta.msg $1 $2 You Are Not At Sunshine Autos } else mta.msg $1 $2 You Cant Sell Your Feet } dont mind $rpg.worth($1,$2) its a alias
-
here i have finished its a quite simple script but here on *:SIGNAL:mta.join:{ mta.msg $1 $2 Welcome to the Cetehelo Deathmatch if you need assistance say !dminfo or !help mta.say $1 Warning: $mta.name($1,$2) is here treat him/her real "good" !writeini " $+ $mta.dir $+ $1.ini" ID $+ $2 away $ctime } on *:SIGNAL:mta.command:{ if ($3 == !dminfo) { mta.msg $1 $2 Hello $mta.name($1,$2) and welcome this script was made by {KGB}Theoden with a bit of lil Toadys admin system have fun } elseif ($3 == !help) { mta.msg $1 $2 There are a few help topics here they are !cmd/!rules/!adminhelp } elseif ($3 == !cmd) { mta.msg $1 $2 This is the Deathmatch command topic mta.msg $1 $2 !dminfo/!stop/!continue/!people/!dmlist/!dmstat/!rules/!adminhelp/!time } elseif ($3 == !rules) { mta.msg $1 $2 abide by these rules and you will be "safe" !.timer 1 2 mta.msg $1 $2 NO cheating !.timer 1 4 mta.msg $1 $2 NO hacking !.timer 1 6 mta.msg $1 $2 NO flaming/swaring !.timer 1 8 mta.msg $1 $2 DO NOT discriminate !.timer 1 10 mta.msg $1 $2 Have fun } elseif ($3 == !adminhelp) { mta.msg $1 $2 we have a prize for the person with more than 100 kills you get promoted to moderator lvl 3 } elseif ($3 == !stop) { mta.msg $1 $2 $mta.name($1,$2) has said he/she wants a time out !writeini -n " $+ $scriptdir $+ stoped.ini" Stoped $mta.name($1,$2) 1 } elseif ($3 == !continue) { if (!$readini($scriptdir $+ stoped.ini,Stoped,$mta.name($1,$2))) mta.msg $1 $2 Error - You are still in the deathmatch. else { mta.say $1 Warning: $mta.name($1,$2) is back in the Deathmatch! !remini " $+ $scriptdir $+ stoped.ini" Stoped $mta.name($1,$2) } } elseif ($3 == !time) { var %a = $iif($4 == $null,$2,$iif($mta.name($1,$4) != Unknown,$4,$mta.getid($1,$4))) while (%a <= $mta.maxplayers($1)) { if ($readini($mta.dir $+ $1.ini,ID $+ %a,away)) { mta.say $1 $mta.name($1,%a) is been on for $duration($calc($ctime - $readini($mta.dir $+ $1.ini,ID $+ %a,away))) } !inc %a } } elseif ($3 == !dmlist) { if ($findtok(in,$4,1,32)) { var %a = 0,%b,%c,%d while (%a <= $mta.maxplayers($1)) { if ($4 == in) %b = 2 if ($mta.status($1,%a) == %b) { if (!%c) %c = $mta.name($1,%a) elseif ($numtok(%c,32) <= %c = %c $+ , $mta.name($1,%a) elseif (!%d) %d = $mta.name($1,%a) else %d = %d $+ , $mta.name($1,%a) } !inc %a } mta.say $1 $iif(%c,Players $4 $+ -Deathmatch: %c,There are no Players $4 $+ -Deathmatch) if (%d) mta.say $1 %d } else mta.msg $1 $2 Error - Syntax: $3 } if (!dmstat* iswm $3) { var %a = $iif($4 == $null,$2,$iif($mta.name($1,$4) != Unknown,$4,$mta.getid($1,$4))) mta.say $1 Stats for $mta.name($1,%a) - Kills: $mta.kills($1,%a) $+ , Deaths: $mta.deaths($1,%a) $+ , Spree: $mta.spree($1,%a) mta.say $1 Overall - Kills: $my.kills($1,%a) $+ , Deaths: $my.deaths($1,%a) $+ , Ratio: $round($calc($my.kills($1,%a) / $my.deaths($1,%a)),4) $+ , Score: $calc($my.kills($1,%a) - $my.deaths($1,%a)) $+ , Best Spree: $my.spree($1,%a) } } on *:SIGNAL:mta.kill:{ mta.say $1 $mta.name($1,$2) killed $mta.name($1,%a) mta.msg $1 $2 You killed $mta.name($1,%a) You get $12000 !writeini rpg.ini bank $mta.name($1,$3) $calc($readini(rpg.ini,bank,$mta.name($1,$3)) + 12000) } on *:SIGNAL:mta.part:{ if ($readini($mta.dir $+ $1.ini,ID $+ $2,away)) { mta.say $1 $mta.name($1,$2) has been on the Deathmatch for (Time: $duration($calc($ctime - $readini($mta.dir $+ $1.ini,ID $+ $2,away))) $+ ) !remini " $+ $mta.dir $+ $1.ini" ID $+ $2 away } }
-
lol i did need help but i changed subject
-
Who always needed that dm but could never find it hehe that happend to me if u want 1 i made wid a lil help from Damnet add me to msn [email protected]
-
sorry again its a extention for a script which i have made on *:SIGNAL:mta.command:{ var %a = $iif($4,$iif($mta.name($1,$4) != Unknown,$4,$mta.getid($1,$4)),$2) { if ($3 == !challange) { mta.say $1 $2 $mta.name($1,$2) challenges $5 $mta.name($1,%a) to a cops and robbers duel! mta.msg ($1,%a) if you accept say !accecpt if not say !declined !writeini -n " $+ $scriptdir $+ Challange.ini" Challangers $mta.name($1,$2) vs $mta.name($1,%a) 1 } elseif ($3 == !accecpt) { mta.say $1 $mta.name($1,$2) has accepted $mta.name($1,$2) !writeini -n " $+ $scriptdir $+ Accecptees.ini" Accecpts $mta.name($1,%a) $5 1 !writeini -n " $+ $scriptdir $+ Declined.ini" Declined $mta.name($1,%a) $5 1 } elseif ($3 == !declined) { mta.say $1 $mta.name($1,$2) has declined $mta.name($1,$2) } elseif ($3 == !challangers) { if ($readini($scriptdir $+ Challange.ini,Challanger $mta.name($1,$2) vs $mta.name($1,%a))) mta.say $1 $readini(Challange.ini,Challanger,$5) mta.msg $1 $2 if you want to see who declined or who accecpted say !listaccecpt or !listdecline } } the thing is is that the readini on the challangers does not work, i tried to see how other people did it but it still not work
-
eh ah well som 1 will come hope fully
-
do u got msn?? add [email protected] i on now
-
well i am learning and oli is not on msn
-
elseif ($3 == !challangers) { if ($readini($scriptdir $+ Challange.ini,Challanger $mta.name($1,$2) vs $mta.name($1,%a))) mta.say $1 $readini(Challange.ini,Challanger,$5) mta.msg $1 $2 if you want to see who declined or who accecpted say !listaccecpt or !listdecline } } it does not work plz tell me wats wrong
-
the thing is that search never has wat u want like a caps kicker cause my grs dont work
-
np i am through to !decline command lol it sorta works
-
it could be but i am not very good at scripting but i will try 4 u add me to msn [email protected]
-
i searched for it but nothing typical new zealanders aye
-
and also um on *:SIGNAL:mta.command:{ if ($3 == !pizza) { if ($mta.status($1,$2) != 2) mta.msg $1 $2 You need to be in game to call for a pizza! else { var %a = 0,%b while (%a < $mta.maxplayers($1)) { if ($pizza.delivery($1,%a) == 1) { mta.msg $1 %a $mta.name($1,$2) needs a pizza at $mta.area($1,$2) if (!%b) %b = $mta.name($1,%a) else %b = %b $+ , $mta.name($1,%a) } !inc %a } if (%b) mta.msg $1 $2 Pizza Delivery System: %b Notified. else mta.msg $1 $2 There are no pizza people in Server. } } elseif ($3 == !employes) { var %a = 0,%b while (%a < $mta.maxplayers($1)) { if ($taxi.driver($1,%a) == 1) { if (!%b) %b = $mta.name($1,%a) else %b = %b $+ , $mta.name($1,%a) } !inc %a } if (%b) mta.say $1 Employes in Server: %b else mta.say $1 There are no Employes in Server. } elseif ($3 == !help) mta.msg $1 $2 Pizza delivery Commands: !pizza, !employes !infp, } on *:SIGNAL:mta.pm:{ if ($3 == pizza) { if ($4 == on) { !writeini " $+ $scriptdir $+ mypizza.ini" Drivers $mta.name($1,$2) 1 mta.msg $1 $2 An admin needs to accecpt your thing. } elseif ($4 == off) { !remini " $+ $scriptdir $+ mypizza.ini" Drivers $mta.name($1,$2) mta.msg $1 $2 You canceled your thing. } else mta.msg $1 $2 Error - Syntax: /msg pizza on/off } } on *:SIGNAL:mta.part:{ alias pizza.delivery !return $readini($scriptdir $+ taxi.ini,Drivers,$mta.name($1,$2)) mta.say $1 has left } } on *:SIGNAL:mta.command:{ var %a = $iif($4,$iif($mta.name($1,$4) != Unknown,$4,$mta.getid($1,$4)),$2) if ($3 == !allow) { $readini($scriptdir $+ pizza.ini,Drivers,$mta.name($1,$2) mta.msg ($1,%a) you have been sent a accecpt thing } elseif ($3 == !accecpt) { !writeini " $+ $scriptdir $+ pizza.ini" Accecpt $mta.name($1,$2) Yes 1 mta.say $1 $mta.name($1,$2) has accecpted pizza service } elseif ($3 == !decline) { !writeini " $+ $scriptdir $+ pizza.ini" Accecpt $mta.name($1,$2) Yes 1 mta.say $1 $mta.name ($1,$2) has declined pizza service } elseif ($3 == !stop) !remini " $+ $scriptdir $+ pizza.ini" Accecpt $mta.name($1,$2) mta.say $1 $mta.name ($1,$2) has stopped being a pizza person } elseif ($3 == !infp) $readini($scriptdir $+ pizza.ini,Drivers,$mta.name($1,$2) if (%b) mta.msg ($1,$2) %b are the pizza delivery say !inpo for mor info } elseif ($3 == !inpo) mta.msg ($1,$2) this script was made by Lil Toady but the pizza was made by me =LH=Theoden } } on *:SIGNAL:mta.join:{ mta.msg ($1,$2) This server has a script called pizza delivery say !help for help } } } and is it possible to add a timed stfu script for e.g !stfu theoden 10 for 10 mins thanks. hi oli[/code]
-
i have a home server so i can test scripts but no one else can enjoy the scripts from here be for my hardrive died they use to b able to play plz help add me to msn [email protected]
-
yeh it works perfect but would you be able to make it work when they/you log off
-
ty toady it got problems wen i say !away it says and wen i say back after i say brb it dosnt do any thing
-
can u do it wid a 24 hour timer
-
you forgot (like i always do) the close braket on *:SIGNAL:mta.text:{ if($3 == brb) mta.say $1 $mta.name($1,%a) is going away $+ . $iif($5,Reason: $5-) (timer.on ) .timer 0 86400 !writeini " $+ $scriptdir $+ why.ini" away $mta.name($1,$2) elseif ($3 == !away) mta.msg $1 $2 %a = $readini($scriptdir $+ why.ini,away,$mta.name($1,$2)) { elseif ($3 == back) mta.say $1 $mta.name ($1,$2) is now back { well i think u did
-
help on *:SIGNAL:mta.command:{ if($3 == brb) mta.say $1 $mta.name($1,%a) is going away $+ . $iif($5,Reason: $5-) (timer.on ) .timer 0 86400 !writeini " $+ $scriptdir $+ why.ini" away $mta.name($1,$2) elseif ($3 == !away) mta.msg $1 $2 %a = $readini($scriptdir $+ why.ini,away,$mta.name($1,$2)) { elseif ($3 == back) mta.say $1 $mta.name ($1,%a) for $mta.time
-
i dont want to through them jst buy dem off the delevery boy