09.01.2014, 13:15
pawn Код:
if(pInfo[playerid][pAdmin] == 1)
{
SendClientMessage(playerid, COLOR_WHITE, "You cant have 1 life point without asking the owner!");
TogglePlayerControllable(playerid, 1);
}
else if(pInfo[playerid][pAdmin] == 0) return SendClientMessage(playerid, COLOR_WHITE, "You cant have 1 life point without asking the owner!");