Ban System
#10

You can ctrl+f "P_ACCOUNT_DATA" and put Banned under it.

it will look like this
pawn Code:
enum P_ACCOUNT_DATA
{
   //Other things
  ID, //<---- This is an example.
  Banned
};
And Change this

pawn Code:
INI_Int("Banned",SInfo[playerid][Banned]);
to this

pawn Code:
INI_Int("Banned",PlayerInfo[playerid][Banned]);
Reply


Messages In This Thread
Ban System - by JXZ - 03.06.2020, 16:50
Re: Ban System - by makemoneynotfriends - 03.06.2020, 16:53
Re: Ban System - by JXZ - 03.06.2020, 16:57
Re: Ban System - by makemoneynotfriends - 03.06.2020, 16:58
Re: Ban System - by JXZ - 03.06.2020, 17:00
Re: Ban System - by Shadow0707 - 03.06.2020, 17:53
Re: Ban System - by JXZ - 03.06.2020, 17:57
Re: Ban System - by Shadow0707 - 03.06.2020, 18:01
Re: Ban System - by JXZ - 03.06.2020, 18:08
Re: Ban System - by Shadow0707 - 03.06.2020, 18:13

Forum Jump:


Users browsing this thread: 1 Guest(s)