Bonjour, Bonsoir
pour le i :
for(new i = 0; i < MAX_PLAYERS; i++)
{
if(IsPlayerConnected(i))
{
if(DynamicFactions[PlayerInfo[playerid][pFaction]][fType] == 1)
{
SetPlayerMarkerForPlayer(i, playerid, COLOR_RED);
format(string, sizeof(string), "ALL UNITS: %s a activé sa balise d'urgence, il a surement besoin d'aide.", GetPlayerNameEx(playerid));
SendClientMessage(i, COLOR_DBLUE, string);
//SendFactionMessage(PlayerInfo[playerid][pFaction], COLOR_DBLUE, string);
}
}
}
(14 lignes)
et pour le Color Red :
#define COLOR_RED 0xA10000AA
voila merci d'avance