03.12.2015, 12:43
This is an example:
Quote:
if(pInfo[playerid][Team] == USA) { //This checks if the player's team is USA(change it to your system) format(text, SOS, "%s[%d]: %s", pInfo[playerid][Name], playerid, text); // This is the format(what will type if his team matches,that means if he is USA, it will say Player[hisid]: and the message here SendClientMessageToAll(-1, text); //here it will send the message to all players, Use whatever color you want, -1 means white } |