• 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!
  • New resources must be posted under Resources tab. A discussion thread will be created automatically, you can't open threads manually anymore.

[request]premmy zone

Just make an action and add clause "if getPlayerPremiumDays(cid) > 0 then ...". It's the most simple solution.

Edit. Also function 'isPremium(cid)' (that returns TRUE or FALSE) is possible to use AFAIK.


Whohoho, it's in C++ sections so I can't help you at the moment (as long as I'm able to make just a simple programs in C++) but I saw the rest of your posts and I suspect that you've missed the secions.
 
Last edited:
Use movements actions to do this. Use onStepIn functions to check if the player is premium or not. ;)
 
Back
Top Bottom