[Help] Hiding Dev Tag

Results 1 to 7 of 7
  1. #1
    Apprentice operator123 is offline
    MemberRank
    Jan 2014 Join Date
    16Posts

    Support [Help] Hiding Dev Tag

    dose anyone know to hide someones dev tag on the scoreboard and removed the dev tag from chat without losing dev powers?

    Thanks


  2. #2
    Valued Member Noobly is offline
    MemberRank
    Aug 2014 Join Date
    101Posts

    Re: [Help] Hiding Dev Tag

    Well if you don't want the rank at all you could just simply remove the scoreboard image of developer with the flash files then save export and then open warz.sln and search for this

    void HUDDisplay::addChatMessage(int tabIndex, const char* user, const char* text, uint32_t flags)

    Then you should see this or something like it

    namePrefix = "<Dev>";

    Simply make that like this and tada!

    namePrefix = "";


    Then you don't have <DEV>Username: when you talk (Suggest removing color above the prefix as well make it same color as normal users d0d0d0 = color code.


    Enjoy here is the flash files you will need to do the first thing

    http://forum.ragezone.com/f790/relea...ginal-1010928/


    OR... you could edit the WarZ_HUD.swf and replace the dev icon with an transparent image would be easier for you.

  3. #3
    Apprentice operator123 is offline
    MemberRank
    Jan 2014 Join Date
    16Posts

    Re: [Help] Hiding Dev Tag

    thanks i will give it a try :)

  4. #4
    My Status --> LukasCCB is offline
    MemberRank
    Apr 2013 Join Date
    CracolandiaLocation
    1,190Posts

    Re: [Help] Hiding Dev Tag

    Não uso?

    for all I know the flag is the image in flash dev, just comment maybe ignore the image!, or am I wrong?

    Code:
    bool isUserLegend = (flags&1)?true:false;
    bool isUserPunisher = (flags&2)?true:false;
    //bool isUserDev = (flags&3)?true:false;
    


  5. #5
    Survivalsunknown owner fpskiller is offline
    MemberRank
    Oct 2013 Join Date
    englandLocation
    416Posts

    Re: [Help] Hiding Dev Tag

    but then it dont show the player rep on the dev account i did look into this but not seen a way to do it

  6. #6
    Valued Member facedev is offline
    MemberRank
    Sep 2013 Join Date
    code worldLocation
    100Posts

    Re: [Help] Hiding Dev Tag

    u can create a new column in UsersData to set if player show DEV tag or not in scoreboard or chat, i'll make a tutorial soon.

    sorry for my bad english or not :|

  7. #7
    Apprentice operator123 is offline
    MemberRank
    Jan 2014 Join Date
    16Posts

    Re: [Help] Hiding Dev Tag

    Thanks dude that would help alot!



Advertisement