how to disable dev command for Cliffside map?

Results 1 to 13 of 13
  1. #1
    Grand Master javaz97 is offline
    Grand MasterRank
    May 2006 Join Date
    HellLocation
    1,537Posts

    how to disable dev command for Cliffside map?

    Cliffside -- disable dev command
    Colorado -- enable dev command

    ** custom config or coding **

    thank you
    Last edited by javaz97; 07-02-14 at 06:57 AM.


  2. #2
    Grand Master javaz97 is offline
    Grand MasterRank
    May 2006 Join Date
    HellLocation
    1,537Posts

    Re: how to disable dev command for Cliffside map?

    bumpppp

  3. #3
    f793 eXtremousZ is offline
    Grand MasterRank
    May 2013 Join Date
    Planet ShearLocation
    856Posts

    Re: how to disable dev command for Cliffside map?

    It's not possible to do like this because DEV is working on accounts not on maps.

  4. #4
    Grand Master javaz97 is offline
    Grand MasterRank
    May 2006 Join Date
    HellLocation
    1,537Posts

    Re: how to disable dev command for Cliffside map?

    i need custom config for this

    - - - Updated - - -

    dev command
    /tp
    /gi
    /ban
    /kick

  5. #5
    Grand Master javaz97 is offline
    Grand MasterRank
    May 2006 Join Date
    HellLocation
    1,537Posts

    Re: how to disable dev command for Cliffside map?

    bumpppp

  6. #6
    Grand Master javaz97 is offline
    Grand MasterRank
    May 2006 Join Date
    HellLocation
    1,537Posts

    Re: how to disable dev command for Cliffside map?

    some one

  7. #7
    Harro Syxn is offline
    Grand MasterRank
    Mar 2013 Join Date
    767Posts

    Re: how to disable dev command for Cliffside map?

    Basically just have it read a map ginfo pretty easy to do and extremousz it is possible for commands lol, as i did this for /tp awhile back.

  8. #8
    Grand Master javaz97 is offline
    Grand MasterRank
    May 2006 Join Date
    HellLocation
    1,537Posts

    Re: how to disable dev command for Cliffside map?

    plz show code

  9. #9
    Grand Master javaz97 is offline
    Grand MasterRank
    May 2006 Join Date
    HellLocation
    1,537Posts

    Re: how to disable dev command for Cliffside map?

    ok code for check mapid

    "ginfo_.mapId == GBGameInfo::MAPID_WZ_XXXX"

  10. #10
    Sorcerer Supreme Poster13 is offline
    Member +Rank
    Jun 2013 Join Date
    395Posts

    Re: how to disable dev command for Cliffside map?

    Try put this
    if(targetPlr->loadout_->GameMapId == GBGameInfo::MAPID_WZ_Colorado)
    {
    //Your Commands
    }
    for int ServerGameLogic::ProcessChatCommand(obj_ServerPlayer* plr, const char* cmd)
    i think work.

  11. #11
    Harro Syxn is offline
    Grand MasterRank
    Mar 2013 Join Date
    767Posts

    Re: how to disable dev command for Cliffside map?

    Pretty much what poster said there is another way to do it though.

  12. #12
    Sorcerer Supreme Poster13 is offline
    Member +Rank
    Jun 2013 Join Date
    395Posts

    Re: how to disable dev command for Cliffside map?

    In fact, there are many ways, such as adding additional account. And so on.

  13. #13
    Grand Master javaz97 is offline
    Grand MasterRank
    May 2006 Join Date
    HellLocation
    1,537Posts

    Re: how to disable dev command for Cliffside map?

    thank Poster13 and FinalEnd

    i complete



Advertisement