Searched refs:privnamex (Results 1 – 7 of 7) sorted by relevance
/dports/games/redeclipse16/base-1.6.0/src/game/ |
H A D | scoreboard.cpp | 555 …tex)", game::findcolour(o), NULL, 0, -1, false, NULL, 0xFFFFFF, server::privnamex(o->privilege, o-… in renderscoreboard()
|
H A D | game.h | 915 … extern const char *privnamex(int priv = PRIV_NONE, int actortype = A_PLAYER, bool local = false);
|
H A D | game.cpp | 426 …const char *id = vanities[n].style == 2 ? vanitymodel(d) : server::privnamex(d->privilege, d->acto… in vanityfname() 2013 … formatstring(colortmp, "\f($priv%stex)", server::privnamex(d->privilege, d->actortype, true)); in colourname()
|
H A D | server.cpp | 1240 const char *privnamex(int priv, int actortype, bool local) in privnamex() function 1262 formatstring(colortmp, "\f($priv%stex)", privnamex(ci->privilege, ci->actortype, true)); in colourname() 1308 …um, CON_CHAT, "\fraccess denied, you need to be \fs\fc%s\fS to \fs\fc%s\fS", privnamex(flag), msg); in haspriv()
|
/dports/games/redeclipse/base-2.0.0/src/game/ |
H A D | game.cpp | 508 … (vanities[n].style & VANITYSTYLE_PRIV) ? server::privnamex(d->privilege, d->actortype, true) : "", in vanityfname() 520 …nities[n].style & VANITYSTYLE_PRIV) concformatstring(fn, "/%s", server::privnamex(d->privilege, d-… in vanityfname() 2110 … formatstring(colortmp, "\f($priv%stex)", server::privnamex(d->privilege, d->actortype, true)); in colourname()
|
H A D | game.h | 1094 … extern const char *privnamex(int priv = PRIV_NONE, int actortype = A_PLAYER, bool local = false);
|
H A D | server.cpp | 1302 const char *privnamex(int priv, int actortype, bool local) in privnamex() function 1324 formatstring(colortmp, "\f($priv%stex)", privnamex(ci->privilege, ci->actortype, true)); in colourname() 1370 …um, CON_MESG, "\frAccess denied, you need to be \fs\fc%s\fS to \fs\fc%s\fS", privnamex(flag), msg); in haspriv()
|