25.04.2012, 02:42
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.
{
code
code
}
code < warning 217: loose indentation
code
code
{
SendClientMessage(playerid, COLOR_WHITE, "You already robbed the bank! Wait 1 hour.");
return 1;
}
...
>>> this { and this } in a same line. fix your indentation.
{
code
code
}
code < warning 217: loose indentation
code
code