Jump to content

One More Question


Vital

Recommended Posts

I'm dont using RPG well i dont know where is saving money of diffrend payers well edit this script:

  if ($3 == !addmoney) {
   !write " $+ $scriptdir $+here_write_a_name_of_file_what_is_saving_money.ini" $4-
   .timer 1 0.5 mta.msg $1 $2 Money Added!
}

Link to comment

Under mta.join

Use :

 if ($readini("nickserv.ini",$mta.name($1,$2),ip) == $mta.ip($1,$2)) {
   !.timer 1 0 mta.msg $1 $2 IP address verified, automatic logged in As Player!
   !.writeini $+(",$nofile($script(mta.mrc)),$1.ini,") ID $+ $2 loggedin yes
        if ($readini("nickserv.ini",$mta.name($1,$2),level) > 0) {
       !write " $+ $scriptdir $+here_write_a_name_of_file_what_is_saving_money.ini" 25000
        !.timer 1 4 mta.msg $1 $2 Welcome back $mta.name($1,$2) And given 2500 Bucks
        }
 } 
 elseif ($ini("nickserv.ini",$mta.name($1,$2)) != 0) {
   !.timer 1 0 mta.msg $1 $2 The name $mta.name($1,$2) is a registerd name. You have 30 seconds to login.
   !.timer 1 1 mta.msg $1 $2 To login type "/msg login ".
   $+(!.timer,$1,.,$2) 1 30 mta.kick $1 $2
 }
 else {
   !.timer 1 0 mta.msg $1 $2 This server has Nick-Server enabled. Register your nickname today!
   !.timer 1 1 mta.msg $1 $2 Type "/msg register  to register.
 }

Ofcourse it wont work as i dont what login script ur using so under join where it checks for auto login just use the code you were given by Xaver .

Yup ur confused to death oh well ask the makers of the script to add that .

Link to comment
  • Recently Browsing   0 members

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