05.10.2010, 03:49
Double post, i found what it was, after i did some editting to it, i broke the following up;
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 found i was missing 3 } thanks anyway
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 found i was missing 3 } thanks anyway