• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!
  • 2026 staff recruitment is open! Check it out and consider applying!

Premium error

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
Code:
function isPremium(cid)
     return (isPlayer(cid) and (getPlayerPremiumDays(cid) > 0 or getBooleanFromString(getConfigInfo('freePremium'))))
end

TFS 0.3.6 V8
 
Back
Top