Guest Posted August 13, 2007 Share Posted August 13, 2007 Why in DM server when i died i earn 2 or 1 point but i lose ??? And how to make for asked in chat not in PM .timer 1 2 mta.pm $1 %x %a Points Earned. Total: $prs.points($1,%x) This is original. it want be like - .timer 1 2 mta.text $1 %x %a $mta.nick Earned. Total: $prs.points Points($1,%x) or .timer 1 2 mta.text $1 %x %a $mta.nick Earned. Total: $prs.points($1,%x)Points ???? Chat nick Earned 10 Ppoints And Moneys Original - pgs.pm $1 $2 Cash Earned: $ $+ %a - Total Cash: $ $+ $pgs.cash($1,$2) I will be like - pgs.text $1 $2 $mta.nick Earned: $ $+ %a Money - Total Cash: $ $+ $pgs.cash($1,$2) Chat nick Earned 1000$ Money - Total Cash 10000$ ??? Link to comment
thestrangestick Posted August 13, 2007 Share Posted August 13, 2007 Oh sorry. On the 100% wankesntein server, if you use addcom, then use the variables %s and %u they do different things:%s shows the name of someone you type after the the comand IE !addcom !nice Nice, %s and then !nice dan would say Nice, [sR]Danboi (example) %u does the same but shows the name of the person that wrote the command IE: !addcom !imgay %u Is Gay ! and then !imgay (written by me, for example (JUST an example )) would produce thestrangestick is gay ! I use the script HouseMD made, and HouseMD's scrpts are used on the 100% server, but maybe he made a special version considering he co-owns that server. Also, if you use %s but don't put a name after the command, it deafults back to %u Example: !addcom !thestrangestick thestrangestick will pwn u, %s ! So then, you could use it two ways, 1) !thestrangestick thestrangestic will pwn u, thestrangestick (if i was writing) or !thestrangestick scoob would be thestrangestick will pwn u, uvascooby. Link to comment
Scooby Posted August 13, 2007 Author Share Posted August 13, 2007 ok erm.. thats not even the same part, thats the rsdm part. too many questions in 1 go... u look like u answered them all anway. to make the PM's show in the chat as text, replace: mta.pm $1 $2 with: mta.text $1 And to thestrangestick im not sure if u were asking me anything Link to comment
thestrangestick Posted August 14, 2007 Share Posted August 14, 2007 What? I was asking about variables in the addcom command text, and you told me to explain, so I did.... Link to comment
Scooby Posted August 14, 2007 Author Share Posted August 14, 2007 ok well yeah i guessed they were for that. the script is still pretty nasty looking to me and i wouldnt use it. especially since its almost as fast to write the line into the script. so im guessing u have it working ok now then.. good good Link to comment
kheelo Posted August 14, 2007 Share Posted August 14, 2007 [18:36] [RevC]puuks: !points [18:36] [RevC]puuks's Points: 485 [18:36] [RevC]puuks: !top3 points [18:36] Best Ever Top points [18:36] 1st: [RevC]puuks: 391 [18:36] 2nd: [RevC]Kaamel: 311 [18:36] 3rd: [RevC]Lubs: 242 Any help on that? We wiped everything last night cause stats files were getting too big and the script hardly worked -.-. Should i get faster cpu?? Link to comment
Scooby Posted August 15, 2007 Author Share Posted August 15, 2007 [18:36] [RevC]puuks: !points[18:36] [RevC]puuks's Points: 485 [18:36] [RevC]puuks: !top3 points [18:36] Best Ever Top points [18:36] 1st: [RevC]puuks: 391 [18:36] 2nd: [RevC]Kaamel: 311 [18:36] 3rd: [RevC]Lubs: 242 Any help on that? We wiped everything last night cause stats files were getting too big and the script hardly worked -.-. Should i get faster cpu?? i have over a years stats and it doesnt slow me down... i run 3 copys of mirc and the script and it runs with less than 15% cpu on a 2gig machine with 512 of ram. it has spikes at times but seems fine on all servers. as for ur points, the top3 alias updates at differnt times since it was added later, i'll check it out when i have time tho, although im sure uve told me this b4 Link to comment
kheelo Posted August 16, 2007 Share Posted August 16, 2007 Sometimes it delays like an hour and sometimes if u gain a point it instantly goes to top3 aswell -.- Link to comment
thestrangestick Posted August 16, 2007 Share Posted August 16, 2007 Actually, I was hoping someone would mae an addcom script like that with those variables, just like they have on 100% server. I have pm'ed HouseMD (it is his scripts on 100% ) but no reply yet. Link to comment
Guest Posted August 21, 2007 Share Posted August 21, 2007 hi,anyone can send PRS 1.3 to [email protected]? thanks Link to comment
Scooby Posted August 21, 2007 Author Share Posted August 21, 2007 email not valid if u cant get prs to dowlonad from under my sig... i know if u use firefox it tries to open it as a page, so, right click the link under my sig and select 'save link as...' sorted. Link to comment
Guest Posted August 22, 2007 Share Posted August 22, 2007 I have an question, how do i login as admin ingame? Link to comment
Scooby Posted August 23, 2007 Author Share Posted August 23, 2007 f8 to bring up the console, then: rcon_login password after u login, ur ip will store and it should auto login untill ur ip changes. Link to comment
Ford Posted August 26, 2007 Share Posted August 26, 2007 Hi. I have question, ive made something like this: elseif ($3 == !rank) { if ($mta.nick($1,$2) == Nick) mta.text $1 Blablabla prs.rank $1- } (the point is to display custom ranks for some nicks - kind of joke) But when i write !rank nick i get: Ford: !rank Nick Blablabla Nick's rank: Noob How to make it doesnt display the second line but only for some nicks ("Nick" in this case) Help :] Link to comment
Scooby Posted August 26, 2007 Author Share Posted August 26, 2007 Hi.I have question, ive made something like this: elseif ($3 == !rank) { if ($mta.nick($1,$2) == Nick) mta.text $1 Blablabla prs.rank $1- } (the point is to display custom ranks for some nicks - kind of joke) But when i write !rank nick i get: Ford: !rank Nick Blablabla Nick's rank: Noob How to make it doesnt display the second line but only for some nicks ("Nick" in this case) Help :] ok ur almost there, elseif ($3 == !rank) { if ($mta.nick($1,$2) == Nick) mta.text $1 Blablabla else prs.rank $1- } adding the 'else' will make this show a custom rank for 'nick' and no second line, which is what i think ur after. Link to comment
kheelo Posted August 30, 2007 Share Posted August 30, 2007 [18:36] [RevC]puuks: !points[18:36] [RevC]puuks's Points: 485 [18:36] [RevC]puuks: !top3 points [18:36] Best Ever Top points [18:36] 1st: [RevC]puuks: 391 [18:36] 2nd: [RevC]Kaamel: 311 [18:36] 3rd: [RevC]Lubs: 242 Any help on that? We wiped everything last night cause stats files were getting too big and the script hardly worked -.-. Should i get faster cpu?? i have over a years stats and it doesnt slow me down... i run 3 copys of mirc and the script and it runs with less than 15% cpu on a 2gig machine with 512 of ram. it has spikes at times but seems fine on all servers. as for ur points, the top3 alias updates at differnt times since it was added later, i'll check it out when i have time tho, although im sure uve told me this b4 Well i now got new pc with Q6600 cpu (previously had p4 ) and the whole prs is working perfectly and much faster than before Link to comment
thestrangestick Posted September 5, 2007 Share Posted September 5, 2007 Loving the script Scooby, but how can I remove the feature where if there are less than 5 (i think) players, and the mode is Dm or RSDM it will not work. I don't want any limit on that, purely because It's often a stretch to get 5 players on my server Link to comment
Guest Posted September 5, 2007 Share Posted September 5, 2007 Hello. How to make like that !map Map name, map owner,map cost,times playes. !buymap "map name" You have buyed "map" for "***" $, You Will recive 2500$ All time when this map played. Somethink like this ... Like all maps cost 110,000$ And when this map play you get 2500$ Please,help me! Link to comment
Scooby Posted September 10, 2007 Author Share Posted September 10, 2007 Loving the script Scooby, but how can I remove the feature where if there are less than 5 (i think) players, and the mode is Dm or RSDM it will not work. I don't want any limit on that, purely because It's often a stretch to get 5 players on my server i think the command is !setdmlimit u can set it to what u like. Link to comment
multikill Posted September 11, 2007 Share Posted September 11, 2007 Line 1361: alias prs.newmap { var %b = $ceil($prs.players($1) / 1.25),%c = $chr(40) $+ $2 $+ $chr(41) It not work right on me if that $calc miss alias prs.newmap { var %b = $ceil(calc($prs.players($1) / 1.25)),%c = $chr(40) $+ $2 $+ $chr(41) Link to comment
Scooby Posted September 11, 2007 Author Share Posted September 11, 2007 what do u mean multikill? Link to comment
multikill Posted September 11, 2007 Share Posted September 11, 2007 if 5 players in serv. You type !new, it say "Multikil voted for a new map - Total 1 /5" if use that other line its like "Multikill voted for a new map - Total 1 /4" (~67%) so no need 100% voted yes. Link to comment
Scooby Posted September 13, 2007 Author Share Posted September 13, 2007 yes, its: players / 1.25 so if u have 5 players u need 4 votes. is there a question to this, like something u need to change? im still a little unsure of what ur asking? or if ur asking anything at all. Link to comment
zion Posted September 13, 2007 Share Posted September 13, 2007 Scoob i cant download from your site down or something ? Link to comment
SanZoR Posted September 13, 2007 Share Posted September 13, 2007 Scooby had bad link in his sig, so i hosted it myself: http://www.fin-mta.net/prs1.3.rar Its latest version. PS. My servers uptime is 24/7/365 Link to comment
Recommended Posts