24.04.2016, 20:19
Chances are you have to be so, and you can use simply "SendClientMessage":
"PlayerInfo" - is a enum name
Код:
public SendHelperMessage(color, string[]) { for(new i = 0; i < MAX_PLAYERS; i++) { if(PlayerInfo[i][pHelper] >= 1) { SendClientMessage(i, color, string); } } }