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

Windows Hihoo Please Read!!!!

wlj

retierd
Joined
Jan 7, 2009
Messages
1,201
Reaction score
1
Well hiho and now we start up the problem.

I need flags to mysql (TUTOR) did try myself with nicaw acc but it dident work.

I wanna them to be like a "gamemaster" but now summon items

OFC!! i giv a rep++ if you help.

Regard Wlj :thumbup:
 
Code:
INSERT INTO `groups` (`id`, `name`, `flags`, `access`, `maxdepotitems`, `maxviplist`) VALUES
(1, 'player', 0, 0, 0, 0),
(2, 'a tutor', 17867093344256, 1, 0, 0),
(3, 'a senior tutor', 53124479877120, 2, 0, 0),
(4, 'a gamemaster', 21849572089855, 3, 0, 0),
(5, 'a community master', 19039619481607, 4, 0, 0),
(6, 'a god', 57172457136120, 5, 0, 0);

Rep if it helped.
/Limannen
 
Code:
INSERT INTO `groups` (`id`, `name`, `flags`, `access`, `maxdepotitems`, `maxviplist`) VALUES
(1, 'player', 0, 0, 0, 0),
(2, 'a tutor', 17867093344256, 1, 0, 0),
(3, 'a senior tutor', 53124479877120, 2, 0, 0),
(4, 'a gamemaster', 21849572089855, 3, 0, 0),
(5, 'a community master', 19039619481607, 4, 0, 0),
(6, 'a god', 57172457136120, 5, 0, 0);

Rep if it helped.
/Limannen

^_^ Any way did giv ou a rep ofc but the commands.xml gonna test this i edit if this dont work !
 
Back
Top