19.09.2015, 11:16
Quote:
That is incorrect.
You can make them on one line, and they can have semicolons at the end of them, meaning it's the end of the if portion. |
pawn Код:
if (a == b) SendClientMessage(playerid, -1, "A has the same value as B");
pawn Код:
if (a == b); SendClientMessage(playerid, -1, "A has the same value as B");