Jump to content

Mamikey

Members
  • Posts

    4
  • Joined

  • Last visited

Mamikey's Achievements

Vic

Vic (3/54)

0

Reputation

  1. @Patrick at the same time, it is not reflected in chat, although it does not give an error in the line that you corrected.
  2. @Patrick sorry, man, I threw you the wrong codes.. the codes below were original. Can you fix me this line? addCommandHandler("vipsurem",function(plr) if plr:getData("loggedin") == 1 then if plr:getData("vip") <= 0 then plr:outputChat("[!]#ffffff Vip değilsiniz.",255,0,0,true) return end local dbid = getElementData(plr, "dbid") local remainingSeconds = secondsToTimeDesc(math.ceil(getTimerDetails(tablo[dbid].sayac)/1000)) plr:outputChat("[!]#ffffff "..remainingSeconds.." sonra sona erecek.", 100,100,255,true) end end)
  3. @Patrick I understand, Brother, Can you throw me the corrected version of the line?
  4. addCommandHandler("vipsurem",function(plr) if plr:getData("loggedin") == 1 then if plr:getData("vip") <= 0 then plr:outputChat("[!]#ffffff Vip değilsiniz.",255,0,0,true) return end local dbid = getElementData(plr, "dbid") local remainingSeconds = secondsToTimeDesc(math.ceil(plr:getData("vip_zaman")/10000000000)) plr:outputChat("[!]#ffffff "..remainingSeconds.." sonra sona erecek.", 100,100,255,true) end end) please help me fix it..
×
×
  • Create New...