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

Your not a donator +repp

Carlle

New Member
Joined
Jul 24, 2011
Messages
54
Reaction score
0
HEY! :D

When i am useing my medal and try to get in a vip acces door (Galera datapack)


I do get that i am not a donator!


(Note that i send free shop points to player)


Why cant he get acces (vip acces and vip effects) when uses his medal.


REally need help ! + REPP

- - - Updated - - -

NOTE CRIMSON V5 TFS
 
I did remeber why it did not work! this is because i did a SQL a query in my database and i need to undo this one

So how could i undo this SQL?

ALTER TABLE `accounts` ADD
`vipdays` int(11) NOT NULL DEFAULT 0;


Do i just Delete table vipdays? Right? :)

- - - Updated - - -

REMOVE TABLE `accounts` ADD
`vipdays` int(11) NOT NULL DEFAULT 0;


? :P
 
The medal script should be the same storage as your database one. Then the door should be the same as that. So juct check the storage used in database, make sure it's the same for the vip medal and then check the door. If all 3 are alligned it should be fine.
 
Back
Top