08.12.2011, 08:26
Try using a switch - just to iron out any bs
I can't really see anything wrong with your code imo
I can't really see anything wrong with your code imo
pawn Код:
switch (Admin[playerid])
{
case 0:
{
Admin[playerid] = 1;
}
case 1:
{
Admin[playerid] = 0;
}
}