Advertisement
Guest User

Untitled

a guest
May 26th, 2018
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.96 KB | None | 0 0
  1.  
  2. // Assign default titles to be enforced here
  3. // Make sure ck_enforce_default_titles is set to above 0
  4. //
  5. // Accepts "steamid" or "flag"
  6. // SteamIDs must be in STEAM_1:X:YYYYYYYYY format (SteamID32)
  7. // "type" can be "chat", "scoreboard" or "both" to change where the title will display, default is both
  8. // Note: The first match for either a steamid or flag is what title will be assigned
  9. //
  10. // Available colors: {default}, {red}, {lightred}, {darkred}, {bluegray}, {blue}, {darkblue}, {purple}, {orchid}, {yellow}, {gold}, {lightgreen}, {green}, {lime}, {gray}, {gray2}
  11.  
  12. "Default Titles"
  13. {
  14. "0"
  15. {
  16. "flag" "z"
  17. "title" "{default}[{darkred}Admin{default}]"
  18. "type" "chat"
  19. }
  20. "1"
  21. {
  22. "flag" "d"
  23. "title" "{default}[{green}Mod{default}]{green}"
  24. "type" "chat"
  25. }
  26. // "2"
  27. // {
  28. // "steamid" "STEAM_1:0:20019070"
  29. // "title" "[test]"
  30. "type" "both"
  31. // }
  32. }
  33. default_titles.txt
  34. "default_titles.txt" wird angezeigt.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement