public OnPlayerText(playerid, text[])
{
new Str[256];
format(Str, sizeof(Str), "%s: %s [id: %d | %s]", GetName(playerid), text, playerid, DOF2_GetString(PFile(playerid),"Tag"));
SendClientMessageToAll(-1, Str);
return 0;
}
SendClientMessage(playerid, GetPlayerColor(playerid), "This is your color :)");