Jump to content

Scooby

MTA Contributors
  • Posts

    976
  • Joined

  • Last visited

Everything posted by Scooby

  1. if ur banned from ur own server and ur not connected as admin anymore, u could give ur details to some1 else to unban u, or reset the bans in the bans file. if u have ftp access, u can just upload a new banned.lst file and restart ur server. that should clear it.
  2. PRS 1.2 and PGS1.1 both bundled in 1 zip along with the updated command files. hope i didnt forget anything... have fun
  3. Dont do that... lol what exactly are u trying to do Keslertje2005
  4. Scooby

    Countdown

    Here, Try this elseif ($3 == !countdown) { var %a = 1,%b = $iif($4 == $null,3,$v1) if ((%b < 3) || (%b > 10) || (%b !isnum)) { mta.pm $1 $2 Error: Invalid Amount <3-10> } else { while (%a <= %b) { .timer 1 %a mta.text $1 Countdown: $calc(%b - (%a - 1)) !inc %a } .timer 1 %a mta.text $1 Countdown: GOGOGO! } } Edit: Ah, a nice one by toady while i wrote this, looks like his is for mtavc tho. both seem to be about the same. Edit: omg stop that lol ok he changed it
  5. i dont run either i tried GUS out after a few peeps had some probs, quite a while back now. my average cpu usage from it was around 15% with 10 players in, using PRS it was around 1%, of course its going to be faster the way its written but GUS has been around for some time and people in the early days of mta:race had nothing else to use but GUS. im sure some people will always prefer it because thats what theyre used to. however progress on it seems to have stopped quite some time ago. im not here to compete, i just wanted u guys out there to have access to other scripts and id be quite happy to help anyone out there wanting to learn, modify or make new stuff for theirs. if u dont have time or just dont have a clue, then u can always suggest stuff by posting on the PRS or PGS topics, if i think it would be something beneficial to us all, i will add it into later versions.
  6. !warn - warns selected player !warnings - shows how many warnings a player has !setwarnlimit <3> - set the limit from 3 to 10 warnings !unwarn - removes warnings on selected player added to 1.2 i'll post the link later if noone else requests anything.
  7. Scooby

    help with script

    it should only show the name if that person is in the server.
  8. yeah it looks like it would have worked in GUS, minus the errors, which look like they've been added after. i'll look into adding a !warn system too, i have a few ideas, but im not sure weather to release what ive done so far or add it to an update later. i was hoping to post the new releases of both PRS and PGS sometime today, since i know the PGS script runs a lott better in 1.1 since its made for use with PRS1.2 (betting on all 3 map types rather than just races)
  9. Thanks, glad someone noticed.
  10. Scooby

    <--FOR SCOOBY-->

    There's a "!" button to the right of "Send", type your text, press it. Thx, But thats purple, this colour ive seen, is a really nice bight blue colour. Maybe someone has edited something and its not a standard thing. been busy all weekend but i might get a chance to look into it later.
  11. u can download it from my download link under my sig it says:Download MTA:SA Public Release Script 1.1 or click on the PRS topic.
  12. Scooby

    help with script

    Are u sure u removed it from ur main script? search for !lol or whatever u called it, coz it shouldnt be showing twice. make sure its totally removed. if ur using the PRS script, u just need this in a new script: on *:SIGNAL:mta.command: { var %a = $iif((!$4),$2,$iif(($prs.getid($1,$4) == $null),$2,$v1)) if ($3 == !lol) mta.text $1 $mta.nick($1,$2) Is Laughing Out Loud $iif(%a != $2,At $mta.nick($1,%a)) }
  13. i wrote it for the prs, feel free to use it on gus, however, im not going to edit all my scripts to run on gus, u can use it as it is edited from prs, if u know how, or u can convert it to ini if u want. neither is too hard, but too much for a beginer. If i thought it was better in an ini, i would have used them, but since theyre much slower i dont very often. i know its not major for a text command like this so its up to u really.
  14. Scooby

    help with script

    Some people have such trouble adding just 1 line to a script.... if ur not good enough to add something so simple maybe u should ask me to add it to the script for u... ive asked for requests on what people want adding and noone ever says till after its released there is nothing wrong with the line so it must be u maybe u added it twice? failing that, dont add it into ur existing script and risk breaking it, make a new script called 'extras.mrc' and add it to that, then load it seperately, that way u wont lose ut extra commands when you update.
  15. Scooby

    <--FOR SCOOBY-->

    not tested, but isnt that the same colour as typing /me from in game? if so, thats not the blue that ive seen elsewhere ive seen a really nice bright blue colour. looks quite nice too, i thought thats what he was asking for.
  16. hmm just a quick post, not at my pc much today, u ask for help many times with some stuff in the forums to do with scripts, so im guessing u cant be much good. why would u want to release a script what contains everyone elses work? just to call it ur own? i wrote the PRS for people who need nice scripts, im willing to add anything people ask for, i hardly see much use for more scripts. if u want to be useful, why not ask what people need, and make an addon to run alongside peoples existing scripts.
  17. Scooby

    <--FOR SCOOBY-->

    Sorry, im not sure, ive never tried it. If i find out, I'll let u know Maybe someone else knows?
  18. the link doesnt work for me sure i can take a look, but im probably gonna be out most of the weekend so im not sure how long it will take me.
  19. ewww thats nasty i see many errors would it be better if i just added a !Warn system to PRS? then u can just add ur basic commands to a seperate file.
  20. Scooby

    <--FOR SCOOBY-->

    ok so from what u gave me, Heres the !cointoss script for use with GUS. add this in 'on *:SIGNAL:mta.command: {' elseif ($3 == !cointoss) pgs.cointoss $1- then add this to the bottom of ur script alias pgs.cointoss { if (($5 == $null) || ($5 !isnum) || ($5 < 1) || ($5 > 100)) { mta.pm $1 $2 Error: !cointoss heads/tails <1-100> } elseif ($5 > $gus.wins($1,$2)) mta.pm $1 $2 Error: Not Enough Cash! elseif ($4 != heads) || $4 != tails) { mta.pm $1 $2 You Flip The Coin Into The Air.... !writeini -n " $+ $scriptdir $+ wins.ini" WINS $mta.nick($1,$2) $gus.subtract($gus.wins($1,$2),$5) .timer 1 3 pgs.checkcoin $1- } else mta.pm $1 $2 Error: specify heads or tails! } alias pgs.checkcoin { var %a = $rand(1,2),%b = $calc($5 * 2) if (%a == 1) { mta.pm $1 $2 $replacecs($4,h,H,t,T) $+ !!! You Just Won $ $+ %b !writeini -n " $+ $scriptdir $+ wins.ini" WINS $mta.nick($1,$2) $gus.add($gus.wins($1,$2),%b) } else mta.pm $1 $2 $iif($4 == heads,Tails...You Lose!!!,Heads...You Lose!!!) } ive set the maximum bet allowed to 100, feel free to change this to what u like have fun
  21. Scooby

    <--FOR SCOOBY-->

    ok thx, so ur cash is $gus.wins? /me wonders what race wins would be.. $gus.cash?
  22. Scooby

    <--FOR SCOOBY-->

    i can do, if u tell me how GUS stores cash, i dont have it so i wouldnt know. just paste me the !Writeini line so i can see where its stored.
  23. Thx guys. 1.2 is now almost complete and just undergoing some testing. Also, after several tests on the mta servers, it seems banning does not work, once u restart ur server, it loses all the bans. So, Added in 1.2: A new ban system, including name banning. A command to export all removed maps to an ini for easy viewing, so the main admin can remove the maps from the server altogether. Altered Spam filter which warns for spamming, then auto mutes for 60 seconds if they contine. I will also be releasing an updated PGS - version 1.1 (For PRS users only!), betting works on all map types. Both scripts have a few other minor updates too. Any other requests for futher commands plz say so asap. Edit: Points added on DM maps for finishing positions.(someone mentioned it wasnt working, basically, i didnt add it but its added now)
  24. ok basically, there is a way. i gotta go to work now tho, i'll post what u need to do later on when i get home, it should only mean changing a few minor things, which u will need to learn how in case u need to change them again. If u know your never gonna need the other modes, then u can change 'Alias prs.mode' to this: alias prs.mode !return Deathmatch of course this will make every map show as a deathmatch map. i'll check later after work to see what u need me to do.
  25. u mean u only use it for deathmatch maps with no respawns?
×
×
  • Create New...