17.02.2014, 01:30
Hello so i wanted to make if a player types something it will be like DarkLored (1): Test
so i tried to do this on player text but it duplicates the texts for exsample
DarkLored:test
Darklored (1):test
here is the code i am using for this
so i tried to do this on player text but it duplicates the texts for exsample
DarkLored:test
Darklored (1):test
here is the code i am using for this
pawn Код:
format(string, sizeof (string), "%s (%d){FFFFFF}: %s",GetName(playerid), playerid, text);
SendClientMessageToAll(playercolor, string);