02.09.2018, 12:33
PHP код:
new BloodWarning[MAX_PLAYERS];
else if(pInfo[playerid][pBlood] <= 1000 && gettime() > BloodWarning[playerid] + 600)// 10 minutes
{
SendClientMessage(playerid,-1,"*"COL_RED" You have low amount of blood! Use a blood bag or a medical kit to replenish your health!");
BloodWarning[playerid]=gettime();
}