• 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!

OTC Doubt

viniciusturko

New Member
Joined
Jun 23, 2009
Messages
94
Reaction score
2
Location
Brasil
Is there any function that gets player's storage? Something like :

player:getStorage()

I'm asking this cause I saw there's : player:hasVip() << But I don't know where the "hasvip" function was coded...
Can Anybody help me?
 
Has VIP function will be in data/lib/

There is a file in there with XXXnumber

XXX-function.lua

There should be your VIP function
 
has vip is in gamelib and it checks all of the player's vips with the source implemented functions.
 
Back
Top