doPlayerSendTextMessage(cid, MESSAGE_EXPERIENCE, "Your text in server log.", getCreaturePosition(cid), 100, TEXTCOLOR_RED)
doCreatureSay(cid, "Your text.", TALKTYPE_ORANGE_1)
doCreatureSay(cid, "Your text.", TALKTYPE_ORANGE_1, false, 0, {x = 100, y = 100, z = 7})
Is something like g_game.addAnimatedText(getPosition(), TEXTCOLOR_RED, "Critical!"); function in tfs 1.0 ? This one is from 0.36.
//
Is there something to give a text for a short time on a monster or player?