13.05.2013, 18:40
Hi guys i have chat bug
No errors but when i join server and write something its must look like |
NICK (ID): hi all ( with name color )
but its like this
NICK HI ALL ( and its not name color its white ) why the hell ;xx if its from the code help me if isn't from the code i will give all script of gamemode
Код:
public OnPlayerText(playerid, text[])
{
new string[128];
format(string, sizeof(string), "(%d): {FFFFFF}%s", playerid, text[0]);
SendPlayerMessageToAll(playerid, string);
return 0;
}
NICK (ID): hi all ( with name color )
but its like this
NICK HI ALL ( and its not name color its white ) why the hell ;xx if its from the code help me if isn't from the code i will give all script of gamemode


I make something wrong with gamemode