-
Posts
976 -
Joined
-
Last visited
Everything posted by Scooby
-
u need to add yourself as an admin before u can add any script admins. (comon sense really) i wont waste anymore time with u, if u refuse to read the txt files, u can struggle on ur own.
-
Read the .txt files that come with it. u need to add main admins to the mtaserver.conf file on ur server, along with passwords and admin levels. its all in the txt file.
-
ahh i see, no probs, just set it back to race
-
OMG u made me download that when all u need to do it turn the script on! theres a great big button on the main dialog. it says PGS OFF on ur video. U need to turn the Public Gambling Script on. The it will work try reading what ur doing in furure... it might help u.
-
u should only load the script once... also, u should have tried reading the txt file that came with it. it says something like: Make sure in ur mirc status window, that no errors are showing. For the Gambling part of the script to work, Make sure PGS is turned on. there is a button on the PRS Main tab on the dialog.
-
that tells me nothing there should be no unknown maps.. only on start of script do u have the Mode's set right? I dont see how u can get points on a race map, do u have it set as a race? coz the text ur seeing is only supposed to be seen on an RS-DM map. and if ur not on an RS-DM map then set the mode back to race. and as for the points, u get 1 point per player, if theres more than 1 player in the server.
-
well im not really sure whats happening there, can u get me the text from admin? so i can see whos doing what.
-
cool, maybe i'll have to come pay ur server a visit.. never seen it before.
-
yeah i know its nice to keep ur maps and script as unique as possible, which is ok for those who can. I wont copy it so no worries there. i could probably make it in a few mins, in a few lines tho. hehe its all good.. as long as it works. good luck in ur server
-
Sadly, scripts are just scripts, someone once made a command that did !stats, does it matter that everyone else made a similar thing? u cant expect that people dont copy other ideas, especially if theyre useful. just coz u thought of the idea, doesnt make it urs however, its nothing special... and if u wanna keep it to ur server thats fine with me. if a load of people ask for it, someone will make it tho. after all, its just a few lines of scripting. I remember making an RPG for VC, only to later find, in another server, an almost identical script was being made.. the exact commands, wording etc...not much i or anyone can do about it tho. U have ur claim to say u made it first... sadly untill someone copys it, thats about it.
-
i just want it to work right. so if u can see anything, no matter what, that needs looking at, just say so
-
lol if i was aware of it, i would have fixed it by now noone has said anything untill now, so i'll go take a look. OK sorry about that, seems i broke it replacing some stuff, but its fixed now, ive uploaded the script again.
-
u have some elseif's that should be if's elseif ($gus.level($1,$2) >= 4) { these should be if's. and what happened to the line spacings? makes it harder to read how uve posted it.
-
MTAMA = MTA Mirc Admin, if u think u can make ur own admin client then surely u dont need to ask how to use a command made for MTAMA. What u proabably mean is, u want to write ur own admin script, to run with MTAMA3.24 For MTAVC. I would have thought anyone who can make an admin script could make a line to ban a player. mta.ban mta.ban $1 $mta.getid($1,$4) $5- u should try reading the scripting.html that comes with mtama, it has lists of all the identifiers/commands needed to make everything. good luck
-
yes, $prs.level($1,$2) would return ur admin level. so if u use another script alongside, u can just replace all instances of mta.level with prs.level.
-
I changed many things over about a week, [KWK]KWKSND has pointed out the main things, All Commands and Updates are included in a txt file included in the download. (I state in my first post to read these files) I thought u used GUS anyway
-
well u have my msn... u could have just asked and i wouldnt have said no. its ok anyway.
-
yeah he wanted it to say higher and lower and have a few other things in it. covered it on msn. on *:SIGNAL:mta.pm:{ if ($3 == robbank) rpg.radio $1- if ($3 == cracksafe) cracksafe $1- } alias rpg.radio { if ($rpg.area($1,$2) == Bank) chance $1- else mta.msg $1 $2 You are not at the Bank! } alias chance { var %a = $rand(1,10) if (%a > 3) mta.msg $1 $2 You have been Caught by the Security, Please try again Later. elseif (%cracker != 0) || (%cracker != $null) { mta.msg $1 $2 Someone Already Robbing The Bank! } else { mta.msg $1 $2 You Have Succesfully Disabled the Security, Now Crack the safe! ( /msg cracksafe ) set %code $rand(100,200) set %cracker $mta.name($1,$2) .timerend $+ $2 1 $rand(55,65) timeup $1- } } alias cracksafe { if ($mta.name($1,$2) != %cracker) mta.msg $1 $2 Nothing To Crack! else { if ($4 == %code) { mta.msg $1 $2 You cracked the safe! .timerend $+ $2 off var %a = 0 while (%a < 32) { if ($mta.skin($1,%a) == Cop) mta.msg $1 $2 %cracker Has Just robbed the Bank! !inc %a } } elseif ($4 < %code) mta.msg $1 $2 Too Low! else mta.msg $1 $2 Too High! } } } alias timeup { Set %cracker 0 mta.msg $1 $2 Out Of Time!! }
-
maybe u should try learning how to script better before u start adding new stuff to the broken script? u will find better ways to do things. i mean if u need someone to point out ur mistakes then maybe u should hold off untill it actually works.. just a suggestion
-
thats not the problem, the part that writes the aliases to this ini in GUS is not in PRS. of course the line could be changed.
-
lol pacmaan, nice! ok Lil'San^,^u<3, i already told u whats wrong... and why would u need to add signals and getid's? take this: on *:SIGNAL:mta.command: { if ($3 == !buykick) buy.kick $1- if ($3 == !buyselffreeze) buy.selffreeze $1- if ($3 == !buyfreeze) buy.freeze $1- if ($3 == !buystart) buy.start $1- if ($3 == !buy) { yes it will work, but mirc has to read the entire command alias coz u didnt add any elseif's. i very much doubt the whole script works since u have bracket errors. or maybe im looking at somthing u already fixed??? click the link and see for yourself! this is a minor error: alias buy.freeze { var %a = $iif((!$4),$2,$iif(($gus.getid($1,$4) == $null),$2,$v1)) if (%a == $null) mta.pm $1 $2 Error! Type !buykick also, maybe u should think about sending the ID/Name to the alias, since theyre all the same. then u can do away with all those var %a lines.
-
well its almost identical... so the same errors really.
-
i cant even make sense of ur post... but i'll check it out. Must be something uve broke, coz it works fine for me **EDIT** PRS 1.3 Released.
