either turn it off completely(both procedures!!, if u disable step 1, step 2 will just enabled it again in 2 seconds)
OR what you should do is add the name of ur GM character to the list in the anti-gm Stored Procedure and THEN make ur GM character.
its pretty simple how it works, if the name u choose isnt in the list, then it gets deleted, if it is in the list, then it doesnt get deleted, ur making it harder then it is.
expand
ban_info
click on
'Stored Procedures'
right click on
'AntiGmHack'
click on
'Properties'
scroll down and add ur GM's name to the list of names u see;
example -
change this:
Code:
AND character_name <> '[GM]Noob'
AND character_name <> '[GM]Person'
to this:
Code:
AND character_name <> '[GM]Noob'
AND character_name <> '[GM]Person'
AND character_name <> '[GM]YourGM'
click
'Apply'
click
'OK'
go make your GM character with the name u used for
'[GM]YourGM'