Hi.
When a player types something in the chat i want it to be like this:
"Elliot says: text"
here is my code:
so instead it looks like this
"Elliot: Elliot says: text"
I know there is something small that i've done wrong, but i don't know what.
Thanks.
When a player types something in the chat i want it to be like this:
"Elliot says: text"
here is my code:
Code:
new pText[144];
format(pText, sizeof (pText), "{a5a5a5}%s kaze:{ffffff} %s",ImeIgraca(playerid), text);
SendPlayerMessageToAll(playerid, pText);
SetPlayerChatBubble(playerid, text, -1, 20.0, 15000);
return 0;
"Elliot: Elliot says: text"
I know there is something small that i've done wrong, but i don't know what.
Thanks.