23.12.2012, 18:54
Or to make it simpler and easier to read (reducing the likelyhood of loose indentation and missing brackets) [and also without wasting a variable for no reason]:
pawn Код:
if(GetPlayerMoney(playerid) < 175) return SendClientMessage(playerid, COLOR_RED, "You need $175.");
// Purchase here