06.06.2013, 14:50
hello, can you show the code how to make /ban command for this variable,tnx
pawn Код:
public OnPlayerConnect(playerid)
{
if(PlayerInfo[playerid][GuVipBanned] == 1)
{
Kick(playerid);
}