16.03.2014, 13:08
Hi.
I have this function under my OnPlayerText:
It works fine, but the first letter is always gone..
I have this function under my OnPlayerText:
pawn Код:
if(PlayerInfo[playerid][VIPLevel] == 1 && PlayerInfo[playerid][Muted] == false && gTeam[playerid] == TEAM_TERRORISTS)
{
format(string, sizeof(string), "{F3FF02}[VIP] {F81414}[Terro] %s (%d): %s",GetName(playerid), playerid, text[1]);
SendClientMessageToAll(COLOR_WHITE, string);
return 1;
}