[Help] GameMaster character DarksTeam files

bro2706

New Member
Joined
Oct 8, 2016
Messages
6
Reaction score
0
Hello.
How shall I set GM for a character?
I have changed "CtlCode" to 8
I have added character name to GMSystem file
But when trying to use /setzen command in example I'm get message that only Game Masters can use this command. What I did wrong?
 
Sure

Code:
// www.DarksTeam.NET
// ------------------------------------------------------------------------------------------------------------------
// [1] -  GM Name
// [2] -  Expire day
// [3] -  Expire month
// [4] -  Expire year
// [5] -  /moveall - 1 - can use, 0 cant use
// [6] -  /gg - 1 - can use, 0 cant use
// [7] -  /drop - 1 - can use, 0 cant use
// [8] -  /banpost - 1 - can use, 0 cant use
// [9] -  /unbanpost - 1 - can use, 0 cant use
// [10] - /banchar - 1 - can use, 0 cant use
// [11] - /unbanchar - 1 - can use, 0 cant use
// [12] - /reload - 1 - can use, 0 cant use
// [13] - /setlevel - 1 - can use, 0 cant use
// [14] - /setzen - 1 - can use, 0 cant use
// ------------------------------------------------------------------------------------------------------------------
[GMSystem]
Enable = 1
// ------------------------------------------------------------------------------------------------------------------
// [1]        [2]    [3]    [4]    [5]     [6]     [7]     [8]     [9]     [10]    [11]    [12]    [13]    [14]
// ------------------------------------------------------------------------------------------------------------------
1234        1    1    2050    1    1    1    1    1    1    1    1    1    1
// ------------------------------------------------------------------------------------------------------------------