Raised This Month: $32 Target: $400
 8% 

coloring csgo_damageprint.sp text


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
tchow
New Member
Join Date: Nov 2020
Old 11-24-2020 , 15:45   coloring csgo_damageprint.sp text
Reply With Quote #1

hi i want to know if there's a way to color only the damage numbers that i taken and given, if i posted something wrong or wrong place just tell me i delete

using: https://github.com/splewis/sm-misc/b...damageprint.sp

i have this
Code:
public void OnPluginStart() {
    g_hEnabled = CreateConVar("sm_damageprint_enabled", "1", "Whether the plugin is enabled");
    g_hAllowDmgCommand = CreateConVar("sm_damageprint_allow_dmg_command", "1", "Whether players can type .dmg to see damage done");
    g_hMessageFormat = CreateConVar("sm_damageprint_format", "--> ({GREEN}{DMG_TO} {DEFAULT}dmg / {GREEN}{HITS_TO} {DEFAULT}hits) to ({LIGHT_RED}{DMG_FROM} {DEFAULT}dmg / {LIGHT_RED}{HITS_FROM} {DEFAULT}hits) from {NAME} ({HEALTH} HP)", "Format of the damage output string. Avaliable tags are in the default, color tags such as {LIGHT_RED} and {GREEN} also work.");
https://imgur.com/7SQOqLu

Last edited by tchow; 11-24-2020 at 15:45. Reason: image not appering
tchow is offline
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 05:06.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode