20.10.2015, 13:13
Hello, when player gets a playerinfo change like there is enum.
enum pInfo
{
pAdmin
}
Y_INI saves the data, file looks like this.
[data]
Admin = 0
I set it to 1, player gets admin, BUT THE ADMIN SAVES ON PLAYER'S ID. Anyone who registers with same id gets admin! what to do?
enum pInfo
{
pAdmin
}
Y_INI saves the data, file looks like this.
[data]
Admin = 0
I set it to 1, player gets admin, BUT THE ADMIN SAVES ON PLAYER'S ID. Anyone who registers with same id gets admin! what to do?