06.10.2010, 03:12
It was the } brackets i was talking about, with out them it would look like this;
But meh
and @ case's, i usally use listitem, but, would that actually effect performance?
Код:
if(PlayerInfo[playerid][pJob] != 12) { SendClientMessage(playerid, COLOR_RED, "ERROR: Gun Dealer's Only!"); if(PlayerInfo[playerid][pCash] < 10000) { SendClientMessage(playerid, COLOR_RED, "ERROR: Not enough money!"); if(materials[playerid] >= 10) { SendClientMessage(playerid, COLOR_RED, "ERROR: You already have maximum supplies!");
and @ case's, i usally use listitem, but, would that actually effect performance?