Quote:
Originally Posted by Shinja
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();
}
|
Utils/PlayerFunctions.pwn(109
: error 029: invalid expression, assumed zero
Utils/PlayerFunctions.pwn(109
: warning 215: expression has no effect
Utils/PlayerFunctions.pwn(109
: error 001: expected token: ";", but found "if"