hi how to add that orange text?
what kind of code should i use?
And my second question is its pretty weird problem so if i make two types of speed up and change how fast they can run like example one speed is fast and other is slower but i tested it and it doesnt work somehow it doesnt change my original speed i always run with the same speed. So i tried to open elfbot and test is it add speed or not but elfbot shows that speed was added but dunno why but my speed was still main. I hope u guys understand what i meant to say 
P.s maybe because i was with god acc?
what kind of code should i use?
Code:
local combat = createCombatObject()
setCombatParam(combat, COMBAT_PARAM_EFFECT, 28)
setCombatParam(combat, COMBAT_PARAM_AGGRESSIVE, 0)
local condition = createConditionObject(CONDITION_HASTE)
setConditionParam(condition, CONDITION_PARAM_TICKS, 120000)
setConditionFormula(condition, 1.0, -56, 1.0, -56)
setCombatCondition(combat, condition)
function onCastSpell(cid, var)
doCombat(cid, combat, var)
return false
end
P.s maybe because i was with god acc?