07.10.2012, 01:06
pawn Код:
if(ItemSubmitted[i] == 1) // I expect this checks if the player has submitted an item
{ // just moved the code in here
format(string, sizeof(string), "%s is selling %s.", GetPlayerNameEx(i), ItemSubmittedName[i]);
SendClientMessage(playerid, COLOR_LIGHTBLUE, string);
}