
BlueTak
Members-
Posts
48 -
Joined
-
Last visited
Everything posted by BlueTak
-
Hey thanks m8 its working now!
-
Hmm well lol, im a newbie scripter, but i know quite a bit
-
it doesnt say PRS 1.3 Script Reactivated' no, not like usual, and i only have prs script loaded, sometimes mta.dialog when it shows up..
-
oh sorry this line: restarted the scripts and mta:ma. the script still dont work,
-
ye mostly deleted ini's and txts, but i still dont know the prob, mta ma shows up etc i know that, prs dialog box etc, but, the script just doesnt seem to work lol...
-
Unless u want to take months uncompiling the stuff mta compiled, then i suggest that u will just have to put up with them lol. Its a bit like people asking if they can make / commands, its possible, but u have to hack into mta files (which u cant do)
-
anti-cheat doesnt really exist (was never finished)
-
heh, little problem here , ive got mtama: v14.5 (Edited by lil_toady) once my mtama crashed, so i restarted it, and the script (prs v1.3) didnt work, so i deleted the prs ini's, restarted the scripts and mta:ma, still dont work, whats the problem? absolutely none of the commands work... if mtama is the problem, send me aerons v14.5 version, not edited by lil_toady...
-
Click the link, see where aeron posted the .::Download::. Section? click the link, download the files, read the readme, install mtama, open mirc, follow the instructions...
-
Look, your obviously new to MTA;Ma, so go here, download, and look at the readme's and files. Link: viewtopic.php?f=30&t=14988 .
-
P.S server: [sVK/GER] -Q7- | deathmatch | 24/7 Kassy Driver76 (also english) Hello, Ka$$y, Driver76 have started a new clan for MTA! We hope that anyone of you can join, here is the list! LEADERs: -Q7-Ka$$y.svk -Q7-Driver76.De Head-Co-LEADER: -Q7-4Cazp.UK(me) Co-LEADERS: -Q7-!root!.svk -Q7-Pu$$y.Cat -Q7-50cent.LV Members: -Q7-Eimation -Q7-Lineage -Q7-Beef_Supreme -Q7-Wortel.NL -Q7-Carrot.NL -Q7-Render[RO] -Q7-LVStyle -Q7-Davide -Q7-Tony.Uk We have a site: q7.ruby159.nl Its a DM server 24/7 lots of maps, requesting maps that arent on any other servers. Feel free to signup and post on the forum. We hope that you can pop in or join the Q7 server ! Greatings, -Q7-Driver76.de -Q7-Ka$$y.svk -Q7-4Cazp.UK
-
var %a = $calc($iif($hget(prstemp,$2) == $null,0,$v1) + 1) !hadd prstemp $2 %a if (%a == 3) mta.pm $1 $2 WARNING - DO NO SPAM!!! elseif (%a == 4) { mta.text $1 $mta.nick($1,$2) Auto-Muted: 60 secs - Reason: Spamming mta.mute $1 $2 .timerunmute $+ $2 1 60 mta.unmute $1 $2 } elseif (%a == !) { mta.text $1 $mta.nick($1,$2) Auto-Muted: 60 secs - Reason: Spamming mta.mute $1 $2 .timerunmute $+ $2 1 60 mta.unmute $1 $2 } !hadd -u2 prstemp $2 %a } Try that, i havnt tested, but maybe its my script unbug record
-
hmm, i will try work on this for you. Maybe i get it done in 30 mins
-
either download PRS script or use this: on *:SIGNAL:mta.command: { if ($3 == !points) mta.text $1 $2 $mta.nick($1,$2) 's Points: $points($1,$2) } } on *:SIGNAL:mta.death: { mta.pm $1 $2 You Have Earned 1 Point } if ( $points($1,$2) == $null ) && ($readini(points.ini,points,$mta.nick($1,$2)) != yes) { !writeini -n points.ini points $mta.nick($1,$2) 1 !writeini -n points.ini points $mta.nick($1,$2) yes EDITED, SHOULDWORK, (havnt tested again lol )
-
I see you have took parts out of the PRS script and just jumbled them together hoping they will work edit: wheres the variables for the kick? var %a == $iif( And how can u have $prs.ban($1,$2) Then say to the script to kick ?
-
And u can make a better map?
-
you mean like on *:SIGNAL:mta.command: { ;above adds the commands var %a == $iif( if ($3 == !hello) mta.text $1 $mta.nick($1,$2) says hello to $mta.nick($1,%a) ;Adds the command elseif ($3 == !bye) mta.text $1 Bye people ;Adds the lower commands elseif ($3 == !blah) mta.text $1 Etc etc etc command ;etc, adds command elseif always after if ??????
-
Hi, im new here, i thought i will make a script, idk if its right, i havnt tested it ! on *:SIGNAL:mta.command: { var %a == $iif( if ($3 == !votejail) mta.text $1 $mta.nick($1,$2) Votes For $mta.nick($1,%a) To go to Jail! Reason: $4- } elseif ($3 == !vjail) mta.text $1 $mta.nick($1,$2) Votes. elseif ($3 == !sus) mta.text $1 Suspect? elseif ($3 == !cops) mta.text $1 All Suspects Are Dead! elseif ($3 == !east) mta.text $1 Sus to the East elseif ($3 == !west) mta.text $1 Sus to the West elseif ($3 == !north) mta.text $1 Sus to the North elseif ($3 == !south) mta.text $1 Sus to the South elseif ($3 == !icop) mta.text $1 Watch out im a cop elseif ($3 == !irob) mta.text $1 Come catch me im a Robber elseif ($mta.level($1,$2) > 3) { if ($3 == !jail) { mta.text $1 $mta.nick($1,%a) has Been Jailed! mta.mute $1 %a } elseif ($3 == !unjail) { mta.text $1 $mta.nick($1,%a) has Been UnJailed! mta.unmute $1 %a } elseif ($3 == !stfu) { mta.text $1 $mta.nick($1,%a) Has been Sent a STFU, He Will now be kicked mta.kick $1 %a } elseif ($3 == !stfu2) { mta.text $1 $mta.nick($1,%a) Has been Sent a STFU2, He Will now be Banned mta.ban $1 %a } } on *:SIGNAL:mta.join: { timer.join mta.pm $1 $2 Cops 'n' Robbers Script By -Q7-4Cazp.UK } } } I hope it works