Jump to content

Scooby

MTA Contributors
  • Posts

    976
  • Joined

  • Last visited

Everything posted by Scooby

  1. i still dont see why thats a problem. i dont see the point in adding another login system to mta, when mta devs spent the time to include it for us, it works perfectly 100%, yet u prefer to use one that doesnt work properly just coz it has 10 levels and u dont have to login? ok well good luck to u.
  2. Scooby

    Chance script

    u cant pm empty names in SA. thats why /msg is hardly ever used. u can only pm players in the server.
  3. no need to search far... the link is under my sig. or go to the prs topic.
  4. PGS 1.2 released. Please report any bugs/problems in this topic. Thanks.
  5. Scooby

    my first Script !ambo

    do u both have the same typos?
  6. man why dont u just use my script? it has all these things already in it.
  7. Scooby

    Chance script

    hmm its more like a game mode u want me to make for this next one. im trying to get pgs1.2 done so maybe when im done with that, i'll post u one.
  8. Scooby

    Chance script

    hmm i dunno what u want to do with it since u didnt say, i'll give u this and u can probably add what u want: alias chance { var %a = $rand(1,10) if (%a > 3) { ;add what u like here for 70% } else { ;add what u like here for 30% } } then, add in mta.command: if ($3 == !chance) chance $1- thats about it.
  9. ok yeah i see it, sry use this: elseif ($3 == !points) || ($3 == !score) { if (!$4) mta.text $1 $mta.nick($1,$2) $+ 's Points: $iif($readini($scriptdir $+ points.ini,POINTS,$mta.nick($1,$2)) == $null,0,$v1) elseif (%a != -1) mta.text $1 $mta.nick($1,%a) $+ 's Points: $iif($readini($scriptdir $+ points.ini,POINTS,$mta.nick($1,%a)) == $null,0,$v1) else mta.text $1 $4 $+ 's Points: $iif($readini($scriptdir $+ points.ini,POINTS,$4) == $null,0,$v1) } this will fix the nothing showing problem, not sure why it didnt show ur 6 points tho. test this anyway and see how u get on.
  10. well i kinda expected u to add it into gus, somewhere in the middle, or down at the bottom, it doesnt work like u have it because the first command starts with 'elseif' u can change it to 'if' and it will work, but ur missing the line: var %a = $iif($4,$iif($mta.nick($1,$4) != $null,$4,$gus.getid($1,$4)),$2) which needs to be the first line in mta.command i took that out of gus^ that should work ok if u do that. its should start like this: on *:SIGNAL:mta.command: { var %a = $iif($4,$iif($mta.nick($1,$4) != $null,$4,$gus.getid($1,$4)),$2) if ($3 == !points) || ($3 == !score) { etc...
  11. ok im not gonna go to town on this, here: on *:SIGNAL:mta.finish: { if ($mta.rank($1,$2) < 5) && ($mta.server($1).players > 1) { var %score = $replacex($mta.rank($1,$2),1,5,2,4,3,3,4,2,5,1) var %position = $replace($mta.rank($1,$2),1,first,2,second,3,third,4,fourth,5,fifth) mta.text $1 $mta.nick($1,$2) came %position and earned %score points! !writeini " $+ $scriptdir $+ points.ini" POINTS $mta.nick($1,$2) $iif($readini($scriptdir $+ points.ini,POINTS,$mta.nick($1,$2)),$calc($v1 + %score),%score) } elseif ($mta.server($1).players == 1) { mta.text $1 Playing alone earned you 2 points! !writeini " $+ $scriptdir $+ points.ini" POINTS $mta.nick($1,$2) $iif($readini($scriptdir $+ points.ini,POINTS,$mta.nick($1,$2)),$calc($v1 + 2),2) } } and in on *:SIGNAL:mta.command: { add this: elseif ($3 == !points) || ($3 == !score) { if (!$4) mta.text $1 $mta.nick($1,$2) $+ 's Points: $readini($scriptdir $+ points.ini,POINTS,$mta.nick($1,$2)) elseif (%a != -1) mta.text $1 $mta.nick($1,%a) $+ 's Points: $readini($scriptdir $+ points.ini,POINTS,$mta.nick($1,%a)) else mta.text $1 $4 $+ 's Points: $iif($readini($scriptdir $+ points.ini,POINTS,$4) == $null,0,$v1) } elseif ($3 == !resetpoints) && ($gus.level($1,$2) > = 7) { if (!$4) mta.pm $1 $2 Type !resetpoints else { mta.text $1 $mta.nick($1,$2) Has Reset $4 $+ 's Points. !writeini " $+ $scriptdir $+ points.ini" POINTS $4 0 } } there, i think that should do u. although if u dont even have points in ur script already, im guessing u have so much more missing too... maybe u should think about getting a better script
  12. PGS1.2 should be out tomorrow. i keep getting ideas off people and just when its ready to upload, along comes another idea i have some minor things to add tonight, so hopefully i'll get it all done and it'll be ready tomorrow.
  13. well im sure thats something ud have to figure out... hmmmm how could i fit more than 5 names in a list... hmmm? think about it...
  14. a list of 5 isnt really much of a list, i havent added it yet either, but if i did, id say around 10 would be more like it. i just cant see why i would need a friends list? in case i forget who i like? hmmm maybe an enemy list would be more useful?
  15. ok, what u have to do is add all ur members names to that list, along with their password and admin level. eg: # Admin # Required: No # Purpose: Defines all the people in-server who can rcon_login to admin # Format - Admin # Notes: # admin-level must not go above 5 # Names and passwords are case sensitive #Admin Default password 5 Admin StarOfStar mypassword 5 Admin member1 member1spass 4 Admin member2 member2spass 3 Admin member3 member3spass 3 Admin member4 member4spass 2 add all ur members to the list. Format: Admin i hope this helps
  16. sorry, i dont know what ur talking about. what do u mean? u dont add scripts to the ends of other scripts.... just load them all 1 at a time.
  17. hmmm kinda confused about JB_Frozens reply. ok StarOfStar, U cant add admins with the script with a command like !addadmin, since the admin details are stored in the server config. Plus there would be no way to add a password without everyone seeing it since u cant PM to absent players/id's (which is why there is no nickserv type function). Its not a major thing to open ur server config file and manually add their name and pass. (this is what we all do)
  18. lol calm down its only a tiny brb/back script... they all work, use whichever u want. im sure by now everyone has this working just fine and theres no need for more versions, unless someone specifies they want to do other things with it other than freeze.
  19. u mean when the map starts, it says something like: Race: Drift - Ran 15 Times. do u mean this? Feel free to change the line to whatever u feel it should be in your country.. in english.. 'Ran' is fine. the line u need to alter is line 436: mta.text $1 $prs.mode($1) $+ : $mta.race($1) - Ran $prs.mapcount($1) $iif($prs.mapcount($1) == 1,Time.,Times.) replace with: mta.text $1 $prs.mode($1) $+ : $mta.race($1) - Raced $prs.mapcount($1) $iif($prs.mapcount($1) == 1,Time.,Times.) if this is not what u mean, or u need help changing it, just post again.
  20. lol u would be supprised, some people dont know what to do with it, let alone how to change it or what to change it to
  21. once u use it, it randomly picks if its gonna go off (66%), if yes, randomly chooses a player and freezes them for 20 secs, giving the message they blew a tyre out on the landmine.
  22. Some good ideas there... i'll add some of those for sure. ok i did some work on PGS1.2, added a few buyable items, nothing too great, i'll have a look at adding more stuff, like uve suggested here. i was also trying to think of commands/items to buy that wont interfere too much with other racers and some of ur ideas sound good. leave it with me. *Edit* Made a start on the dialog Last night, he's a pic to show how its looking so far.
×
×
  • Create New...