kk i will think about it but now i need a script to show my deaths/killsur serevr hight exp or rl map? and the balance is easy just think in everything good and u will getthe way to make it balance
how? i can't understandu can edite ur sql?
sent on messageyes and i will edite for u
i didnt mean this lol! i wants to add deaths/kills on a players wiht looking
function onLook(cid, thing, position, lookDistance)
if isPlayer(thing.uid) then
doPlayerSetSpecialDescription(thing.uid, ". \n Frags: "..math.max(0, getPlayerStorageValue(thing.uid, 20233)))
end
return true
end
<event type="look" name="FragsL" event="script" value="seefrags.lua"/>
registerCreatureEvent(cid, "FragsL")
doesn't work >.<i think u need somthing like this creaturescript
Code:function onLook(cid, thing, position, lookDistance) if isPlayer(thing.uid) then doPlayerSetSpecialDescription(thing.uid, ". \n Frags: "..math.max(0, getPlayerStorageValue(thing.uid, 20233))) end return true end
Code:<event type="look" name="FragsL" event="script" value="seefrags.lua"/>
only add this? or i need to add script of see frags? too?add tis in login.luaCode:registerCreatureEvent(cid, "FragsL")
sorry but didn't work :Sscript too and add tis with script i edited my post up
there isnt any errorwhat error?