public OnPlayerText(playid,text[]){new texto[128];format(texto,128,"Dice: %s",text);SendPlayerMessageToAll(playerid,texto);return 0;}