Zuerst nein ich benutze kein Gf
Ich hatte die Nacht vor meinen Chat anzupassen also
Chatfarbe usw und das dann auch ko mmt
so geht auch alles Prima aber das Problem ist das es nun doppelt kommt
also ich schreibe jetzt "Hi" ingame und dann kommt
wie kann ich das lösen das nur meins Kommt
??
public OnPlayerText(playerid, text[])
{
new string[100];
new sname[MAX_PLAYER_NAME];
GetPlayerName(playerid, sname, sizeof(sname));
format(string, sizeof(string), "<< %s sagt : %s >> ",sname,text);
SendClientMessageToAll(0x339966FF, string);
return 1;
}
Pixel_5D