Jump to content

Server Problem


Recommended Posts

I've searched all over the forums for an answer to this but I was unable to find one. My server is running off of Clan-RPG Script v3.17 and GRS. Everything is working and you can get money and everything, but if you log out and log back in all of your money is gone. How can I make it so that the money stays? Please don't just say "learn mIRC and do it yourself", because I'm in the process of learning it and I still haven't been able to find a solution to this. Thanks in advance..

Link to comment
on *:SIGNAL:mta.part:{
 !writeini -n rpg.ini cash $mta.name($1,$2) 5
}
on *:SIGNAL:mta.join:{
 mta.say $1 $mta.name($1,$2) has $iif($readini(rpg.ini,cash,$mta.name($1,$2)),$v1,0) moneyz
}

::$readini(,) - returns value or null
::!writeini  - writes value

Edited by Guest
Link to comment
  • Recently Browsing   0 members

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