OOC Chat Problem
#1

Never Mind
Reply
#2

pawn Код:
if(pInfo[playerid][OOC] > 0)
{
     format(string, sizeof(string), "Administrator %s has disable the OOC Chat!", GetName(playerid));
     SendClientMessageToAll(COLOR_GREY, string);
     pInfo[playerid][OOC] = 0;
     INI_WriteInt(file, "OOC", pInfo[playerid][OOC]);
}
       
else
{
     format(string, sizeof(string), "Administrator %s has enable the OOC Chat!", GetName(playerid));
     SendClientMessageToAll(COLOR_GREY, string);
     pInfo[playerid][OOC] = 1;
     INI_WriteInt(file, "OOC", pInfo[playerid][OOC]);
}

    return 1;
Maybe this should work,
Reply
#3

Never Mind
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)