Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Due to recent spam attacks that heavily used compormised accounts we did reset all user passwords, AGAIN, if it happens and your account got compromised again due to re-used passwords your account will be perma-banned.
So i have strings "Test1", "Test2", "Test3", "Test4" and so on.
Any way to get integer from it? 1,2,3,4
Without
if (a = "Test1") b := 1;
else if (......
I have a few questions regarding where I can post stuff and what I am limited to.
I want to write some guides for really basic things. Pretty much all of them already exist, but some of them are difficult to comprehend for first-timers. Having only recently come to the world of ro emulators, I...
Hi,
I'm trying to make an NPC which players can donate zeny to, and the zeny count is for every player - as in when one player donates, it updates a tally for everyone else (stored in NPC).
If I use .server_donate (as shown in example below), will it disappear when I restart my server?
Thank...