yes find
under it if its not alredy there i dotn rember if i added it or not but under put
Code:
public bool PM
{
get { return (AuthInfo.Status.Contains("PM")); }
}
and edit
Code:
public bool GM
{
get { return (AuthInfo.Status.Contains("PM") || AuthInfo.Status.Contains("GM")); }
}
to
Code:
public bool GM
{
get { return (AuthInfo.Status.Contains("GM")); }
}
then GMs will not beable to pk and pms will
note:: there will be no blocks for pms no more so thay can pk sell buy etc.etc.