25.04.2012, 02:43
Quote:
if(alreadyrobbed[playerid] == 1)
{ SendClientMessage(playerid, COLOR_WHITE, "You already robbed the bank! Wait 1 hour."); return 1; } ... >>> this { and this } in a same line. fix your indentation. |
Код:
C:\DOCUME~1\37rjemms\Desktop\Robbank.pwn(85) : warning 209: function "cmd_robbank" should return a value