LucasFerraz
Systems Analyst
Hello, I'm using this VIP System.
I want to introduce this Idea:
Can someone help?
I want to introduce this Idea:
LUA:
local name = getCreatureName(cid)
If player up to lv150 and (AccountIsNotVip NOR AccountNeverHasVip) then
vip.addVipByAccount(getPlayerAccount(getPlayerByName(name)) ,vip.getDays(15))
else
DONOTHING
end
Can someone help?