Acredito que vcs estejam utilizando o seguinte script:
function onLook(cid, thing, position, lookDistance)local t = {{name = "engenheiro", storage = 12012, value = 1},{name = "professor", storage = 12013, value = 1}}for _, prof in ipairs(t) doif isPlayer(thing.uid) thenif getPlayerStorageValue(thing.uid, prof.storage) >= prof.value and thing.uid ~= cid thendoPlayerSetSpecialDescription(thing.uid, " and "..prof.name.." (Level "..getPlayerStorageValue(thing.uid, prof.storage)..")")endif getPlayerStorageValue(thing.uid, prof.storage) >= prof.value and thing.uid == cid thendoPlayerSetSpecialDescription(thing.uid, "You are "..prof.name.." (Level "..getPlayerStorageValue(thing.uid, prof.storage)..").")doPlayerSendTextMessage(cid, MESSAGE_INFO_DESCR, ""..getPlayerSpecialDescription(cid).."") endendendreturn trueend
Segundo o q foi dito, o sistema funciona perfeitamente caso uma outra pessoa der look em vc. Mas caso vc dê look em si mesmo, aparece apenas a informação da profissão.
Então, tentem usar o script da seguinte forma, e informem o resultado:
function onLook(cid, thing, position, lookDistance)local t = {{name = "engenheiro", storage = 12012, value = 1},{name = "professor", storage = 12013, value = 1}}for _, prof in ipairs(t) doif isPlayer(thing.uid) thenif getPlayerStorageValue(thing.uid, prof.storage) >= prof.value thendoPlayerSetSpecialDescription(thing.uid, " and "..prof.name.." (Level "..getPlayerStorageValue(thing.uid, prof.storage)..")")endendendreturn trueend
Te ajudei?? REP+ e ficamos quites... 
Atenciosamente,
Danihcv.
Abraços!