14.09.2011, 19:47
You have the same issue here:
Check all your braces to see if they match!
pawn Код:
if(pickupid == iBankjob)
{
new string[128];
new bjt = TIME_BETWEEN_BANKJOBS - TimeAfterBankJob;
format(string, sizeof(string), "~g~Los Santos Bank~n~~y~Vulnerable in: %d hours~n~~w~Type ~r~/robbank ~w~to rob the bank!", bjt);
GameTextForPlayer(playerid, string, 5000, 3);
return 1;