Helo, is possible check, that player has premium ? (gold_expirein in table account)
In game in quest.
Thank you
In game in quest.
Thank you
local premi = pc.getqf("premium")
if premi ==1 then -- true
say("when you have premium")
else -- false
say("you have not premium")
end