Bonjour.
Voila je c'est où ce trouve public OnPlayerConnect(playerid),
public OnPlayerConnect(playerid)
{
GameTextForPlayer(playerid,"San Fierro: ~r~TDM",2500,5);
SetPlayerColor(playerid, COLOR_GREY); // Set the player's color to inactive
new string[256];
new name[MAX_PLAYER_NAME];
GetPlayerName(playerid,name, sizeof(name));
format(string, sizeof(string), "*** Bienvenue : ^^ !", name);
SendClientMessage(COLOR_LIGHTBLUE, string);
return 1;
}
Mais il nous indique toujour une erreur à la ligne SendClientMessage(COLOR_LIGHTBLUE, string);
Merci
Antonio