If a player is selling an item?
#3

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);
}
Reply


Messages In This Thread
If a player is selling an item? - by RLGaming - 06.10.2012, 21:16
Re: If a player is selling an item? - by RLGaming - 06.10.2012, 23:26
AW: If a player is selling an item? - by Nero_3D - 07.10.2012, 01:06

Forum Jump:


Users browsing this thread: 1 Guest(s)