new stringbig[128]; // Limit = 128 format(stringbig,sizeof(stringbig),"(%d): %s",playerid, text); SendPlayerMessageToAll(playerid,stringbig); // At the end of the callback return 0; // for the custom chat}