dose anyone know to hide someones dev tag on the scoreboard and removed the dev tag from chat without losing dev powers?
Thanks![]()
dose anyone know to hide someones dev tag on the scoreboard and removed the dev tag from chat without losing dev powers?
Thanks![]()
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.
thanks i will give it a try :)
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;
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
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 :|
Thanks dude that would help alot!