A distribuição de EXp para player normal e player Vip estão assim no servidor. @Yan18
function playerAddExp(cid, exp)
local vip = 2.37
local color = 215
local tets = " (EXP)"
e
if getPlayerStorageValue(cid, 123456) == 1 then
vip = 3,09
color = 210
tets = " (VIP)"
end
Mas se eu substituir por essa, ele vai pegar normalmente ou esta errado ?
if getPlayerPremiumDays(cid) >= 1 then
vip = 3,09
color = 210
tets = " (VIP)"
end