10.06.2015, 09:14
Hi guys i just did that script :
Under the OnPlayerText,
But i leaves a lot of space when i send a text in Game :

What should i do
?
PHP код:
new string[128];
if(AdminLevel[playerid] == 1)
{
format(string,sizeof(string),"%s {8B0000}[Administrateur]{FFFFFF}: %s",pname,text);
SendClientMessageToAll(COLOR_WHITE,string);
return 0;
}
But i leaves a lot of space when i send a text in Game :

What should i do
?
