vagnerkuntz
New Member
- Joined
- Jun 1, 2012
- Messages
- 45
- Reaction score
- 0
Hello I need your help guys
my server when purchasing the premium player can only exchange the addons but premium promotion and enter the premium area fail
here the function
TFS 0.3.6 V8
my server when purchasing the premium player can only exchange the addons but premium promotion and enter the premium area fail
here the function
Code:
function isPremium(cid)
return (isPlayer(cid) and (getPlayerPremiumDays(cid) > 0 or getBooleanFromString(getConfigInfo('freePremium'))))
end
TFS 0.3.6 V8