08.04.2011, 21:03
So I'm guessing it should look something like this all together...?
I'm confused by how you formatted it above.
EDIT:
Lethal is right (above) You had an extra closing bracket ' ) '
pawn Код:
if(PlayerInfo[playerid][BankRobbery] == 1 || IsPlayerAdmin(playerid) == 1))
{
// all codes between here
return 1;
}
EDIT:
Lethal is right (above) You had an extra closing bracket ' ) '