03.06.2020, 18:13
You can ctrl+f "P_ACCOUNT_DATA" and put Banned under it.
it will look like this
And Change this
to this
it will look like this
pawn Code:
enum P_ACCOUNT_DATA
{
//Other things
ID, //<---- This is an example.
Banned
};
pawn Code:
INI_Int("Banned",SInfo[playerid][Banned]);
pawn Code:
INI_Int("Banned",PlayerInfo[playerid][Banned]);

