Jump to content

Drog

Members
  • Posts

    13
  • Joined

  • Last visited

Posts posted by Drog

  1. 30 minutes ago, AinsLord said:

    sir @Valor

    
    [Error]:  Loading NPC file: npc/custom/ains/overstatban.txt
    script error on npc/custom/ains/overstatban.txt line 20
        need '('
        15 : {
        16 :
        17 : OnPCLoginEvent:
        18 : set .@name$,strcharinfo(0);
        19 : set .@ipbannumber$,getcharip(strcharinfo(0));
    *   20 : if ( getgmlevel() > 99 || getgroupid '>' 99 ) {        // GM level/group config
        21 :        //==== Authorized GM Checker =============================================
        22 :                if ( .@name$ == "GMawa" || .@name$ == "GMaa") end;
        23 :                announce "Shield: "+.@name$+" from "+.@ipbannumber$+" was banned for login unauthorized GM account.",bc_all;
        24 :                //atcommand "@block "+.@name$;
        25 :                debugmes .@name$+" was banned for login unauthorized GM account.";

    i have this error on your code

    remove the quotes in > or line 20.

    if ( getgmlevel() > 99 || getgroupid > 99 ) {

     

×
×
  • Create New...