14.09.2011, 19:33
Toward the bottom of the script posted, you have:
From what I can see and have read (though I'm only quickly skimming through it); It seems you're missing the closing brace. Try adding it! (By closing brace, I mean a "}")
pawn Код:
if(BankDeliverTime == -1 && IsPlayerInRangeOfPoint(BankJobPlayer, 30.0, 1431.04, -990.12, 1639.78))
{
format(string, sizeof(string), "~y~%d minutes left", BankJobMinutes);
GameTextForPlayer(BankJobPlayer, string, 5000, 1);