Jump to content

Public Gambling Script - PGS1.0 Out Now!


Scooby

Recommended Posts

u press f8, and type: rcon_login urpasswordhere

failing that, open the script and goto line 155, it should look like this:

  if ($mta.level($1,$2) < 5) mta.pm $1 $2 Error: Level 5 Admins Only!

change it to:

  if ($gus.level($1,$2) < 10) mta.pm $1 $2 Error: Level 10 Admins Only!

hope that helps :)

Link to comment

wierd:P

ok heres the full alias:

alias pgs.transfer {
 var %a = $iif($hget(pgscash,$4) == $null,0,$v1)
 if ($mta.level($1,$2) < 5) mta.pm $1 $2 Error: Level 5 Admins Only!
 elseif (($4 == $null) || ($5 == $null) || ($6 == $null) || ($6 !isnum)) {
   mta.pm $1 $2 Type: !transfer 
   mta.pm $1 $2 Use Exact names, no wildcards!
   mta.pm $1 $2 Sends Cash From Nick1 to Nick2.
 }
 elseif ($calc(%a - $6) < 0) mta.pm $1 $2 Error $4 $+ 's Cash: $ $+ %a
 else {
   pgs.sub $4 $6
   pgs.add $5 $6
   mta.text $1 $mta.nick($1,$2) Transfered $ $+ $6 From $4 To $5
 }
}

find that alias and replace with:

alias pgs.transfer {
 var %a = $iif($hget(pgscash,$4) == $null,0,$v1)
 if ($gus.level($1,$2) < 10) mta.pm $1 $2 Error: Level 10 Admins Only!
 elseif (($4 == $null) || ($5 == $null) || ($6 == $null) || ($6 !isnum)) {
   mta.pm $1 $2 Type: !transfer 
   mta.pm $1 $2 Use Exact names, no wildcards!
   mta.pm $1 $2 Sends Cash From Nick1 to Nick2.
 }
 elseif ($calc(%a - $6) < 0) mta.pm $1 $2 Error $4 $+ 's Cash: $ $+ %a
 else {
   pgs.sub $4 $6
   pgs.add $5 $6
   mta.text $1 $mta.nick($1,$2) Transfered $ $+ $6 From $4 To $5
 }
}

lol it couldnt have been far off 155 :)

Link to comment
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...