├── .editorconfig ├── .github ├── pull_request_template.md └── workflows │ └── glualint.yml ├── LICENSE ├── README.md ├── addon.json ├── data_static └── custom_chat_emojis.json ├── glualint.json ├── lua ├── autorun │ └── sh_custom_chat.lua ├── custom_chat │ ├── client │ │ ├── block_types.lua │ │ ├── config.lua │ │ ├── emojis.lua │ │ ├── highlighter.lua │ │ ├── join_leave.lua │ │ ├── main.lua │ │ ├── parser.lua │ │ ├── tags.lua │ │ ├── theme.lua │ │ ├── vgui │ │ │ ├── chat_channel_button.lua │ │ │ ├── chat_frame.lua │ │ │ ├── chat_history.lua │ │ │ ├── tag_parts_editor.lua │ │ │ └── theme_editor.lua │ │ └── whitelist.lua │ ├── override_istyping.lua │ └── server │ │ ├── main.lua │ │ ├── net_config.lua │ │ ├── net_messages.lua │ │ └── player_spawn.lua └── includes │ └── modules │ └── styled_netprefs.lua ├── materials ├── custom_chat │ ├── aboba.png │ ├── essaying.png │ ├── plinktosis.png │ ├── rainbowplz.png │ └── uhh.png └── icon72 │ ├── 100.png │ ├── 1234.png │ ├── 8ball.png │ ├── abc.png │ ├── airplane.png │ ├── alarm_clock.png │ ├── alien.png │ ├── ambulance.png │ ├── angel.png │ ├── anger.png │ ├── angry.png │ ├── anguished.png │ ├── apple.png │ ├── arrow_backward.png │ ├── arrow_double_down.png │ ├── arrow_double_up.png │ ├── arrow_down.png │ ├── arrow_down_small.png │ ├── arrow_forward.png │ ├── arrow_heading_down.png │ ├── arrow_heading_up.png │ ├── arrow_left.png │ ├── arrow_lower_left.png │ ├── arrow_lower_right.png │ ├── arrow_right.png │ ├── arrow_right_hook.png │ ├── arrow_up.png │ ├── arrow_up_down.png │ ├── arrow_up_small.png │ ├── arrow_upper_left.png │ ├── arrow_upper_right.png │ ├── arrows_clockwise.png │ ├── arrows_counterclockwise.png │ ├── art.png │ ├── astonished.png │ ├── baby.png │ ├── baby_bottle.png │ ├── bangbang.png │ ├── bar_chart.png │ ├── barber.png │ ├── basketball.png │ ├── bathtub.png │ ├── battery.png │ ├── bear.png │ ├── beer.png │ ├── beginner.png │ ├── bell.png │ ├── bike.png │ ├── bird.png │ ├── birthday.png │ ├── black_circle.png │ ├── black_large_square.png │ ├── black_medium_small_square.png │ ├── black_square_button.png │ ├── blossom.png │ ├── blue_car.png │ ├── blue_circle.png │ ├── blue_heart.png │ ├── blush.png │ ├── boat.png │ ├── bomb.png │ ├── book.png │ ├── bookmark.png │ ├── books.png │ ├── boom.png │ ├── bread.png │ ├── bricks.png │ ├── briefcase.png │ ├── broken_heart.png │ ├── bulb.png │ ├── bullettrain_front.png │ ├── bus.png │ ├── bust_in_silhouette.png │ ├── camera.png │ ├── cancer.png │ ├── candy.png │ ├── car.png │ ├── cat.png │ ├── cat2.png │ ├── cd.png │ ├── checkered_flag.png │ ├── cherry_blossom.png │ ├── chicken.png │ ├── christmas_tree.png │ ├── cinema.png │ ├── clap.png │ ├── clapper.png │ ├── clipboard.png │ ├── clock1.png │ ├── cold_face.png │ ├── cold_sweat.png │ ├── computer.png │ ├── confounded.png │ ├── confused.png │ ├── cool.png │ ├── copyright.png │ ├── corn.png │ ├── cow2.png │ ├── credit_card.png │ ├── cry.png │ ├── cupid.png │ ├── cyclone.png │ ├── date.png │ ├── disappointed.png │ ├── dizzy.png │ ├── dizzy_face.png │ ├── dog.png │ ├── dog2.png │ ├── dolphin.png │ ├── doughnut.png │ ├── droplet.png │ ├── dvd.png │ ├── ear.png │ ├── earth_americas.png │ ├── eggplant.png │ ├── eight.png │ ├── electric_plug.png │ ├── elephant.png │ ├── email.png │ ├── evergreen_tree.png │ ├── exclamation.png │ ├── expressionless.png │ ├── eyeglasses.png │ ├── eyes.png │ ├── fast_forward.png │ ├── fearful.png │ ├── feet.png │ ├── file_folder.png │ ├── fire.png │ ├── fish.png │ ├── fist.png │ ├── five.png │ ├── flag_ac.png │ ├── flag_ad.png │ ├── flag_ae.png │ ├── flag_af.png │ ├── flag_ag.png │ ├── flag_ai.png │ ├── flag_al.png │ ├── flag_am.png │ ├── flag_ao.png │ ├── flag_aq.png │ ├── flag_ar.png │ ├── flag_as.png │ ├── flag_at.png │ ├── flag_au.png │ ├── flag_aw.png │ ├── flag_ax.png │ ├── flag_az.png │ ├── flag_ba.png │ ├── flag_bb.png │ ├── flag_bd.png │ ├── flag_be.png │ ├── flag_bf.png │ ├── flag_bg.png │ ├── flag_bh.png │ ├── flag_bi.png │ ├── flag_bj.png │ ├── flag_bl.png │ ├── flag_bm.png │ ├── flag_bn.png │ ├── flag_bo.png │ ├── flag_bq.png │ ├── flag_br.png │ ├── flag_bs.png │ ├── flag_bt.png │ ├── flag_bv.png │ ├── flag_bw.png │ ├── flag_by.png │ ├── flag_bz.png │ ├── flag_ca.png │ ├── flag_cc.png │ ├── flag_cd.png │ ├── flag_cf.png │ ├── flag_cg.png │ ├── flag_ch.png │ ├── flag_ci.png │ ├── flag_ck.png │ ├── flag_cl.png │ ├── flag_cm.png │ ├── flag_cn.png │ ├── flag_co.png │ ├── flag_cp.png │ ├── flag_cr.png │ ├── flag_cu.png │ ├── flag_cv.png │ ├── flag_cw.png │ ├── flag_cx.png │ ├── flag_cy.png │ ├── flag_cz.png │ ├── flag_de.png │ ├── flag_dg.png │ ├── flag_dj.png │ ├── flag_dk.png │ ├── flag_dm.png │ ├── flag_do.png │ ├── flag_dz.png │ ├── flag_ea.png │ ├── flag_ec.png │ ├── flag_ee.png │ ├── flag_eg.png │ ├── flag_eh.png │ ├── flag_er.png │ ├── flag_es.png │ ├── flag_et.png │ ├── flag_eu.png │ ├── flag_fi.png │ ├── flag_fj.png │ ├── flag_fk.png │ ├── flag_fm.png │ ├── flag_fo.png │ ├── flag_fr.png │ ├── flag_ga.png │ ├── flag_gb.png │ ├── flag_gd.png │ ├── flag_ge.png │ ├── flag_gf.png │ ├── flag_gg.png │ ├── flag_gh.png │ ├── flag_gi.png │ ├── flag_gl.png │ ├── flag_gm.png │ ├── flag_gn.png │ ├── flag_gp.png │ ├── flag_gq.png │ ├── flag_gr.png │ ├── flag_gs.png │ ├── flag_gt.png │ ├── flag_gu.png │ ├── flag_gw.png │ ├── flag_gy.png │ ├── flag_hk.png │ ├── flag_hm.png │ ├── flag_hn.png │ ├── flag_hr.png │ ├── flag_ht.png │ ├── flag_hu.png │ ├── flag_ic.png │ ├── flag_id.png │ ├── flag_ie.png │ ├── flag_il.png │ ├── flag_im.png │ ├── flag_in.png │ ├── flag_io.png │ ├── flag_iq.png │ ├── flag_ir.png │ ├── flag_is.png │ ├── flag_it.png │ ├── flag_je.png │ ├── flag_jm.png │ ├── flag_jo.png │ ├── flag_jp.png │ ├── flag_ke.png │ ├── flag_kg.png │ ├── flag_kh.png │ ├── flag_ki.png │ ├── flag_km.png │ ├── flag_kn.png │ ├── flag_kp.png │ ├── flag_kr.png │ ├── flag_kw.png │ ├── flag_ky.png │ ├── flag_kz.png │ ├── flag_la.png │ ├── flag_lb.png │ ├── flag_lc.png │ ├── flag_li.png │ ├── flag_lk.png │ ├── flag_lr.png │ ├── flag_ls.png │ ├── flag_lt.png │ ├── flag_lu.png │ ├── flag_lv.png │ ├── flag_ly.png │ ├── flag_ma.png │ ├── flag_mc.png │ ├── flag_md.png │ ├── flag_me.png │ ├── flag_mf.png │ ├── flag_mg.png │ ├── flag_mh.png │ ├── flag_mk.png │ ├── flag_ml.png │ ├── flag_mm.png │ ├── flag_mn.png │ ├── flag_mo.png │ ├── flag_mp.png │ ├── flag_mq.png │ ├── flag_mr.png │ ├── flag_ms.png │ ├── flag_mt.png │ ├── flag_mu.png │ ├── flag_mv.png │ ├── flag_mw.png │ ├── flag_mx.png │ ├── flag_my.png │ ├── flag_mz.png │ ├── flag_na.png │ ├── flag_nc.png │ ├── flag_ne.png │ ├── flag_nf.png │ ├── flag_ng.png │ ├── flag_ni.png │ ├── flag_nl.png │ ├── flag_no.png │ ├── flag_np.png │ ├── flag_nr.png │ ├── flag_nu.png │ ├── flag_nz.png │ ├── flag_om.png │ ├── flag_pa.png │ ├── flag_pe.png │ ├── flag_pf.png │ ├── flag_pg.png │ ├── flag_ph.png │ ├── flag_pk.png │ ├── flag_pl.png │ ├── flag_pm.png │ ├── flag_pn.png │ ├── flag_pr.png │ ├── flag_ps.png │ ├── flag_pt.png │ ├── flag_pw.png │ ├── flag_py.png │ ├── flag_qa.png │ ├── flag_re.png │ ├── flag_ro.png │ ├── flag_rs.png │ ├── flag_ru.png │ ├── flag_rw.png │ ├── flag_sa.png │ ├── flag_sb.png │ ├── flag_sc.png │ ├── flag_sd.png │ ├── flag_se.png │ ├── flag_sg.png │ ├── flag_sh.png │ ├── flag_si.png │ ├── flag_sj.png │ ├── flag_sk.png │ ├── flag_sl.png │ ├── flag_sm.png │ ├── flag_sn.png │ ├── flag_so.png │ ├── flag_sr.png │ ├── flag_ss.png │ ├── flag_st.png │ ├── flag_sv.png │ ├── flag_sx.png │ ├── flag_sy.png │ ├── flag_sz.png │ ├── flag_ta.png │ ├── flag_tc.png │ ├── flag_td.png │ ├── flag_tf.png │ ├── flag_tg.png │ ├── flag_th.png │ ├── flag_tj.png │ ├── flag_tk.png │ ├── flag_tl.png │ ├── flag_tm.png │ ├── flag_tn.png │ ├── flag_to.png │ ├── flag_tr.png │ ├── flag_tt.png │ ├── flag_tv.png │ ├── flag_tw.png │ ├── flag_tz.png │ ├── flag_ua.png │ ├── flag_ug.png │ ├── flag_um.png │ ├── flag_us.png │ ├── flag_uy.png │ ├── flag_uz.png │ ├── flag_va.png │ ├── flag_vc.png │ ├── flag_ve.png │ ├── flag_vg.png │ ├── flag_vi.png │ ├── flag_vn.png │ ├── flag_vu.png │ ├── flag_wf.png │ ├── flag_ws.png │ ├── flag_xk.png │ ├── flag_ye.png │ ├── flag_yt.png │ ├── flag_za.png │ ├── flag_zm.png │ ├── flag_zw.png │ ├── flashlight.png │ ├── floppy_disk.png │ ├── flushed.png │ ├── four.png │ ├── four_leaf_clover.png │ ├── free.png │ ├── frowning.png │ ├── game_die.png │ ├── gem.png │ ├── gift.png │ ├── globe_with_meridians.png │ ├── grapes.png │ ├── green_circle.png │ ├── grey_exclamation.png │ ├── grey_question.png │ ├── grimacing.png │ ├── grin.png │ ├── grinning.png │ ├── guitar.png │ ├── gun.png │ ├── hamburger.png │ ├── hammer.png │ ├── hand.png │ ├── hankey.png │ ├── hash.png │ ├── hear_no_evil.png │ ├── heart.png │ ├── heart_eyes.png │ ├── heartpulse.png │ ├── heavy_check_mark.png │ ├── heavy_division_sign.png │ ├── heavy_dollar_sign.png │ ├── heavy_minus_sign.png │ ├── heavy_multiplication_x.png │ ├── heavy_plus_sign.png │ ├── helicopter.png │ ├── high_brightness.png │ ├── high_heel.png │ ├── hot_face.png │ ├── hourglass.png │ ├── hushed.png │ ├── icecream.png │ ├── id.png │ ├── imp.png │ ├── information_source.png │ ├── innocent.png │ ├── interrobang.png │ ├── joy.png │ ├── key.png │ ├── keycap_ten.png │ ├── kiss.png │ ├── kissing.png │ ├── kissing_heart.png │ ├── kissing_smiling_eyes.png │ ├── koko.png │ ├── laughing.png │ ├── lips.png │ ├── lock.png │ ├── low_battery.png │ ├── magnet.png │ ├── mans_shoe.png │ ├── maple_leaf.png │ ├── mask.png │ ├── monkey_face.png │ ├── mouse.png │ ├── mouse2.png │ ├── moyai.png │ ├── muscle.png │ ├── musical_keyboard.png │ ├── musical_note.png │ ├── mute.png │ ├── nerd.png │ ├── neutral_face.png │ ├── new.png │ ├── ng.png │ ├── nine.png │ ├── no_entry.png │ ├── no_entry_sign.png │ ├── no_good.png │ ├── no_mouth.png │ ├── nose.png │ ├── notes.png │ ├── ocean.png │ ├── ok.png │ ├── ok_hand.png │ ├── one.png │ ├── open_hands.png │ ├── open_mouth.png │ ├── paperclip.png │ ├── parking.png │ ├── peach.png │ ├── pencil2.png │ ├── pensive.png │ ├── persevere.png │ ├── pill.png │ ├── point_down.png │ ├── point_left.png │ ├── point_right.png │ ├── point_up.png │ ├── pray.png │ ├── pregnant_man.png │ ├── pregnant_woman.png │ ├── punch.png │ ├── purple_circle.png │ ├── pushpin.png │ ├── question.png │ ├── raccoon.png │ ├── radio_button.png │ ├── rage.png │ ├── rainbow.png │ ├── raised_hands.png │ ├── rat.png │ ├── recycle.png │ ├── red_circle.png │ ├── regional_indicator_a.png │ ├── regional_indicator_b.png │ ├── regional_indicator_c.png │ ├── regional_indicator_d.png │ ├── regional_indicator_e.png │ ├── regional_indicator_f.png │ ├── regional_indicator_g.png │ ├── regional_indicator_h.png │ ├── regional_indicator_i.png │ ├── regional_indicator_j.png │ ├── regional_indicator_k.png │ ├── regional_indicator_l.png │ ├── regional_indicator_m.png │ ├── regional_indicator_n.png │ ├── regional_indicator_o.png │ ├── regional_indicator_p.png │ ├── regional_indicator_q.png │ ├── regional_indicator_r.png │ ├── regional_indicator_s.png │ ├── regional_indicator_t.png │ ├── regional_indicator_u.png │ ├── regional_indicator_v.png │ ├── regional_indicator_w.png │ ├── regional_indicator_x.png │ ├── regional_indicator_y.png │ ├── regional_indicator_z.png │ ├── registered.png │ ├── relaxed.png │ ├── relieved.png │ ├── revolving_hearts.png │ ├── rocket.png │ ├── rooster.png │ ├── rose.png │ ├── satellite.png │ ├── satisfied.png │ ├── scream.png │ ├── see_no_evil.png │ ├── seven.png │ ├── sick.png │ ├── signal_strength.png │ ├── six.png │ ├── skull.png │ ├── skull_crossbones.png │ ├── sleeping.png │ ├── sleepy.png │ ├── small_blue_diamond.png │ ├── small_orange_diamond.png │ ├── small_red_triangle.png │ ├── small_red_triangle_down.png │ ├── smile.png │ ├── smiley.png │ ├── smirk.png │ ├── snowflake.png │ ├── sob.png │ ├── soccer.png │ ├── sos.png │ ├── sound.png │ ├── sparkles.png │ ├── speak_no_evil.png │ ├── speaking_head.png │ ├── star.png │ ├── star2.png │ ├── stars.png │ ├── stuck_out_tongue.png │ ├── stuck_out_tongue_closed_eyes.png │ ├── stuck_out_tongue_winking_eye.png │ ├── sunglasses.png │ ├── sweat.png │ ├── sweat_drops.png │ ├── sweat_smile.png │ ├── thought_balloon.png │ ├── three.png │ ├── thumbsdown.png │ ├── thumbsup.png │ ├── tired_face.png │ ├── tm.png │ ├── toilet.png │ ├── traffic_light.png │ ├── triumph.png │ ├── tv.png │ ├── two.png │ ├── unamused.png │ ├── underage.png │ ├── up.png │ ├── vertical_traffic_light.png │ ├── video_game.png │ ├── warning.png │ ├── wave.png │ ├── weary.png │ ├── white_check_mark.png │ ├── white_circle.png │ ├── wine_glass.png │ ├── wink.png │ ├── wolf.png │ ├── worried.png │ ├── wrench.png │ ├── yellow_circle.png │ ├── yum.png │ ├── zap.png │ ├── zero.png │ └── zzz.png └── resource └── localization ├── en └── custom_chat.properties ├── pt-br └── custom_chat.properties ├── ru └── custom_chat.properties └── tr └── custom_chat.properties /.editorconfig: -------------------------------------------------------------------------------- 1 | root = true 2 | 3 | [*.lua] 4 | indent_style = space 5 | indent_size = 4 -------------------------------------------------------------------------------- /.github/pull_request_template.md: -------------------------------------------------------------------------------- 1 | Thank you for your interest in helping out. I'd like to mention a few things to check when you open a pull request: 2 | 3 | - When you create a fork, make your changes in a separate branch. (Don't use `master`) 4 | - If you know about bugs in your code, please mention them in the pull request. 5 | - Your code can be a work-in-progress if you want others to help or need opinions, just make sure to mention that in the pull request. 6 | - Follow the [CFC style guidelines](https://github.com/CFC-Servers/cfc_glua_style_guidelines). Optionally you can also install [glualint](https://github.com/FPtje/GLuaFixer) and it's extension to get warnings right on your preferred text editor. 7 | -------------------------------------------------------------------------------- /.github/workflows/glualint.yml: -------------------------------------------------------------------------------- 1 | name: GLuaLint 2 | 3 | on: 4 | push: 5 | branches: [ master ] 6 | 7 | pull_request: 8 | branches: [ master ] 9 | 10 | # Allows running this workflow from the Actions tab 11 | workflow_dispatch: 12 | 13 | jobs: 14 | Lint: 15 | uses: FPtje/GLuaFixer/.github/workflows/glualint.yml@master 16 | with: 17 | config: "./glualint.json" 18 | -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- 1 | MIT License 2 | 3 | Copyright (c) 2023 StyledStrike 4 | 5 | Permission is hereby granted, free of charge, to any person obtaining a copy 6 | of this software and associated documentation files (the "Software"), to deal 7 | in the Software without restriction, including without limitation the rights 8 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 9 | copies of the Software, and to permit persons to whom the Software is 10 | furnished to do so, subject to the following conditions: 11 | 12 | The above copyright notice and this permission notice shall be included in all 13 | copies or substantial portions of the Software. 14 | 15 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 16 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 17 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 18 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 19 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 20 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 21 | SOFTWARE. 22 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # Custom Chat 2 | 3 | A simple and customizable chat box that can format text, display images and emojis. 4 | 5 | [![GLuaLint](https://github.com/StyledStrike/gmod-custom-chat/actions/workflows/glualint.yml/badge.svg)](https://github.com/FPtje/GLuaFixer) 6 | [![Workshop Page](https://img.shields.io/endpoint.svg?url=https%3A%2F%2Fshieldsio-steam-workshop.jross.me%2F2799307109%2Fsubscriptions-text)](https://steamcommunity.com/sharedfiles/filedetails/?id=2799307109) 7 | 8 | ### Features 9 | 10 | * Customizable 11 | * Has built-in emojis 12 | * Has a direct message/chat channels system 13 | * Supports text formatting (bold, italic, fonts, code blocks, etc.) 14 | * Embed image/audio files (Only loads from trusted websites by default) 15 | * Find text with _Ctrl+F_ 16 | * Shows icons for prop models 17 | * Keeps the default "hands on ear when the chat is open" behaviour 18 | * Can be enabled/disabled at any time *(Using the `custom_chat_enable` console variable)* 19 | * _(Admin Only)_ Set a theme to be used on your server 20 | * _(Admin Only)_ Set custom emojis 21 | * _(Admin Only)_ Set custom chat tags 22 | * _(Admin Only)_ Set custom join/leave messages 23 | 24 | --- 25 | 26 | ### Text Formatting Options 27 | 28 | ``` 29 | ||Spoilers here|| 30 | *Italic text here* 31 | **Bold text here** 32 | ***Bold & Italic text here*** 33 | $$rainbow text here$$ 34 | `line of code here` 35 | {{block of code here}} 36 | ```block of code here``` 37 | [[Marquee-like advert here]] 38 | [Link text Here](https://link-url-here.org) 39 | <255,0,0>Red text here, and <0,0,255>blue text here 40 | $255,0,0,0,100,255$(red-to-blue gradient text here) 41 | ``` 42 | 43 | ### Fonts 44 | 45 | You can change the font by typing **;fontname;** before the text. 46 | _(A list of fonts can be found on the workshop page.)_ 47 | 48 | ```;comic; This will be displayed as Comic Sans``` 49 | 50 | ### Whitelisted Sites 51 | 52 | By default, the chat box will only load pictures from trusted websites. You can open a pull request to add more, or send a request [here](https://steamcommunity.com/workshop/filedetails/discussion/2799307109/3272437487156558008/). 53 | 54 | ### For developers 55 | 56 | You can prevent links from certain players from embedding, by using the `CanEmbedCustomChat` hook on the **client side**: 57 | 58 | ```lua 59 | hook.Add( "CanEmbedCustomChat", "chat_embed_access_example", function( ply, url, urlType ) 60 | -- return false to block embeds from "url" 61 | 62 | -- "urlType" will be one of these strings: 63 | -- "image", "audio", and "url" for other things 64 | 65 | -- Example: only allow super admins to use embeds 66 | if not ply:IsSuperAdmin() then return false end 67 | 68 | -- Example: prevent audio from embedding for everyone 69 | if urlType == "audio" then return false end 70 | end ) 71 | ``` 72 | 73 | You can add more or override chat tags via code, using this hook on the **client side**: 74 | 75 | ```lua 76 | hook.Add( "OverrideCustomChatTags", "custom_tags_example", function( ply ) 77 | -- A sequential table with strings, colors or anything really 78 | local parts = { 79 | color_black, "(", Color( 0, 0, 255 ), "The " .. team.GetName( ply:Team() ), color_black, ") " 80 | } 81 | 82 | -- Should we keep the original custom tags that 83 | -- were added on the "[Admin] Chat Tags" menu? 84 | local keepOriginalParts = true 85 | 86 | return parts, keepOriginalParts 87 | end ) 88 | ``` 89 | 90 | ## Contributing 91 | 92 | Before you open a pull request, please read [this](https://github.com/StyledStrike/gmod-custom-chat/blob/master/.github/pull_request_template.md). 93 | -------------------------------------------------------------------------------- /addon.json: -------------------------------------------------------------------------------- 1 | { 2 | "title": "Custom Chat", 3 | "type": "ServerContent", 4 | "tags": ["fun", "realism"], 5 | "ignore": [ 6 | ".git*", 7 | "*.txt", 8 | "*.md", 9 | "glualint.json", 10 | ".editorconfig", 11 | "LICENSE", 12 | "README.md" 13 | ] 14 | } -------------------------------------------------------------------------------- /glualint.json: -------------------------------------------------------------------------------- 1 | { 2 | "lint_maxScopeDepth": 7, 3 | "lint_syntaxErrors": true, 4 | "lint_syntaxInconsistencies": true, 5 | "lint_deprecated": true, 6 | "lint_trailingWhitespace": true, 7 | "lint_whitespaceStyle": true, 8 | "lint_beginnerMistakes": true, 9 | "lint_emptyBlocks": true, 10 | "lint_shadowing": true, 11 | "lint_gotos": true, 12 | "lint_goto_identifier": true, 13 | "lint_doubleNegations": true, 14 | "lint_redundantIfStatements": true, 15 | "lint_redundantParentheses": true, 16 | "lint_duplicateTableKeys": true, 17 | "lint_profanity": true, 18 | "lint_unusedVars": true, 19 | "lint_unusedParameters": true, 20 | "lint_unusedLoopVars": true, 21 | "lint_inconsistentVariableStyle": false, 22 | "lint_spaceBeforeComma": true, 23 | "lint_spaceAfterComma": true, 24 | "lint_spaceBetweenParens": true, 25 | "lint_spaceBetweenBrackets": true, 26 | "lint_spaceBetweenBraces": true, 27 | "lint_ignoreFiles": [], 28 | 29 | "prettyprint_spaceBetweenParens": true, 30 | "prettyprint_spaceBetweenBrackets": false, 31 | "prettyprint_spaceBetweenBraces": true, 32 | "prettyprint_spaceAfterLabel": true, 33 | "prettyprint_spaceBeforeComma": false, 34 | "prettyprint_spaceAfterComma": true, 35 | "prettyprint_semicolons": false, 36 | "prettyprint_cStyle": false, 37 | "prettyprint_rejectInvalidCode": false, 38 | "prettyprint_spaceEmptyParens": false, 39 | "prettyprint_spaceEmptyBraces": false, 40 | "prettyprint_removeRedundantParens":true, 41 | "prettyprint_minimizeParens": true, 42 | "prettyprint_assumeOperatorAssociativity": true, 43 | "prettyprint_indentation": " ", 44 | "log_format": "auto" 45 | } -------------------------------------------------------------------------------- /lua/custom_chat/client/config.lua: -------------------------------------------------------------------------------- 1 | local Config = CustomChat.Config or {} 2 | 3 | CustomChat.Config = Config 4 | 5 | function Config:Reset() 6 | self.width = 600 7 | self.height = 260 8 | self.offsetLeft = -1 9 | self.offsetBottom = -1 10 | 11 | self.fontSize = 18 12 | self.allowAnyURL = false 13 | self.timestamps = false 14 | self.hideSidebar = false 15 | self.themeId = "default" 16 | end 17 | 18 | function Config:ResetDefaultPosition() 19 | self.offsetLeft = -1 20 | self.offsetBottom = -1 21 | end 22 | 23 | function Config:GetDefaultPosition() 24 | local bottomY = ( ScrH() - self.height ) 25 | return 26 | Either( self.offsetLeft > 0, self.offsetLeft, ScrW() * 0.032 ), 27 | Either( self.offsetBottom > 0, bottomY - self.offsetBottom, bottomY - ScrH() * 0.2 ) 28 | end 29 | 30 | function Config:GetDefaultSize() 31 | return 550, 260 32 | end 33 | 34 | function Config:SetWhitelistEnabled( enabled ) 35 | self.allowAnyURL = not enabled 36 | self:Save() 37 | 38 | CustomChat.PrintMessage( CustomChat.GetLanguageText( enabled and "whitelist.enabled" or "whitelist.disabled" ) ) 39 | end 40 | 41 | local function ValidateNumber( n, min, max ) 42 | return math.Clamp( tonumber( n ) or 0, min, max ) 43 | end 44 | 45 | function Config.SetNumber( tbl, key, value, min, max ) 46 | if value then 47 | tbl[key] = ValidateNumber( value, min, max ) 48 | end 49 | end 50 | 51 | function Config.SetBool( tbl, key, value ) 52 | tbl[key] = tobool( value ) 53 | end 54 | 55 | function Config.SetColor( tbl, key, r, g, b, a ) 56 | if r or g or b or a then 57 | tbl[key] = Color( 58 | ValidateNumber( r or 255, 0, 255 ), 59 | ValidateNumber( g or 255, 0, 255 ), 60 | ValidateNumber( b or 255, 0, 255 ), 61 | ValidateNumber( a or 255, 0, 255 ) 62 | ) 63 | end 64 | end 65 | 66 | function Config:Load() 67 | self:Reset() 68 | 69 | CustomChat.EnsureDataDir() 70 | 71 | local data = CustomChat.FromJSON( CustomChat.LoadDataFile( "client_config.json" ) ) 72 | local SetNumber, SetBool = self.SetNumber, self.SetBool 73 | 74 | SetNumber( self, "width", data.width, 250, 1000 ) 75 | SetNumber( self, "height", data.height, 150, 1000 ) 76 | SetNumber( self, "offsetLeft", data.offset_left, -1, 1000 ) 77 | SetNumber( self, "offsetBottom", data.offset_bottom, -1, 1000 ) 78 | 79 | SetNumber( self, "fontSize", data.font_size, 10, 64 ) 80 | SetBool( self, "timestamps", data.timestamps ) 81 | SetBool( self, "allowAnyURL", data.allow_any_url ) 82 | SetBool( self, "hideSidebar", data.hide_sidebar ) 83 | 84 | self.themeId = CustomChat.IsStringValid( data.theme_id ) and data.theme_id or "default" 85 | end 86 | 87 | function Config:Save( immediate ) 88 | if not immediate then 89 | -- Avoid spamming the file system 90 | timer.Remove( "CustomChat.SaveConfigDelay" ) 91 | timer.Create( "CustomChat.SaveConfigDelay", 1, 1, function() 92 | self:Save( true ) 93 | end ) 94 | 95 | return 96 | end 97 | 98 | CustomChat.SaveDataFile( "client_config.json", CustomChat.ToJSON( { 99 | width = self.width, 100 | height = self.height, 101 | offset_left = self.offsetLeft, 102 | offset_bottom = self.offsetBottom, 103 | 104 | font_size = self.fontSize, 105 | timestamps = self.timestamps, 106 | allow_any_url = self.allowAnyURL, 107 | hide_sidebar = self.hideSidebar, 108 | theme_id = self.themeId 109 | } ) ) 110 | end 111 | 112 | Config:Load() 113 | -------------------------------------------------------------------------------- /lua/custom_chat/client/highlighter.lua: -------------------------------------------------------------------------------- 1 | --[[ 2 | Very basic and generalized syntax highlighter. 3 | 4 | Only deals with (, ), {, }, [, ], strings, numbers and a few 5 | keywords that may exist in many languages (especially SF/E2/Lua). 6 | ]] 7 | 8 | local punctuation = { 9 | ["["] = "bracket", 10 | ["]"] = "bracket", 11 | ["{"] = "bracket", 12 | ["}"] = "bracket", 13 | ["("] = "bracket", 14 | [")"] = "bracket" 15 | } 16 | 17 | local groups = { 18 | ["\""] = "string", 19 | ["'"] = "string" 20 | } 21 | 22 | local keywords = { 23 | ["if"] = "keyword", 24 | ["then"] = "keyword", 25 | ["elseif"] = "keyword", 26 | ["else"] = "keyword", 27 | ["do"] = "keyword", 28 | ["end"] = "keyword", 29 | ["local"] = "keyword", 30 | ["var"] = "keyword", 31 | ["const"] = "keyword", 32 | ["for"] = "keyword", 33 | ["while"] = "keyword", 34 | ["repeat"] = "keyword", 35 | ["until"] = "keyword", 36 | ["continue"] = "keyword", 37 | ["function"] = "keyword", 38 | ["return"] = "keyword", 39 | 40 | ["print"] = "func", 41 | ["Vector"] = "func", 42 | ["Angle"] = "func", 43 | ["Color"] = "func", 44 | ["vec"] = "func", 45 | ["vec2"] = "func", 46 | ["vec4"] = "func", 47 | 48 | ["undefined"] = "const", 49 | ["nil"] = "const", 50 | ["true"] = "const", 51 | ["false"] = "const", 52 | ["SERVER"] = "const", 53 | ["CLIENT"] = "const", 54 | ["_G"] = "const" 55 | } 56 | 57 | local colors = { 58 | text = "#FFFFFF", 59 | bracket = "#FFD700", 60 | string = "#CE9178", 61 | number = "#B5CEA8", 62 | keyword = "#C586C0", 63 | func = "#DCDC80", 64 | const = "#569CD6" 65 | } 66 | 67 | local string_sub = string.sub 68 | 69 | function CustomChat.TokenizeCode( inputStr ) 70 | local inputLen = string.len( inputStr ) + 1 71 | local tokens = {} 72 | local buffer = "" 73 | local i = 0 74 | local char 75 | 76 | local function NextChar() 77 | i = i + 1 78 | char = string_sub( inputStr, i, i ) 79 | end 80 | 81 | local function PushToken( type, value ) 82 | if buffer:len() > 0 then 83 | tokens[#tokens + 1] = { 84 | color = colors.text, 85 | value = buffer 86 | } 87 | 88 | buffer = "" 89 | end 90 | 91 | tokens[#tokens + 1] = { 92 | color = colors[type], 93 | value = value 94 | } 95 | end 96 | 97 | while i < inputLen do 98 | NextChar() 99 | 100 | if punctuation[char] then 101 | PushToken( punctuation[char], char ) 102 | 103 | elseif char:find( "%d" ) then 104 | local value = "" 105 | 106 | while char:find( "%d" ) do 107 | value = value .. char 108 | NextChar() 109 | end 110 | 111 | PushToken( "number", value ) 112 | i = i - 1 113 | 114 | elseif groups[char] then 115 | local type = groups[char] 116 | local closer = char 117 | local value = char 118 | 119 | NextChar() 120 | 121 | while char ~= closer and i < inputLen do 122 | value = value .. char 123 | NextChar() 124 | end 125 | 126 | PushToken( type, value .. char ) 127 | 128 | elseif char:find( "[%w_]" ) then 129 | local value = "" 130 | 131 | while char:find( "[%w_]" ) and i < inputLen do 132 | value = value .. char 133 | NextChar() 134 | end 135 | 136 | PushToken( keywords[value] or "text", value ) 137 | i = i - 1 138 | else 139 | buffer = buffer .. char 140 | end 141 | end 142 | 143 | if buffer:len() > 0 then 144 | tokens[#tokens + 1] = { 145 | color = colors.text, 146 | value = buffer 147 | } 148 | end 149 | 150 | return tokens 151 | end 152 | -------------------------------------------------------------------------------- /lua/custom_chat/client/parser.lua: -------------------------------------------------------------------------------- 1 | local Find = string.find 2 | local Substring = string.sub 3 | 4 | --[[ 5 | Find patterns on strings, and turns them into "blocks" 6 | ]] 7 | 8 | -- List of pattern ranges to look for 9 | local rangeTypes = { 10 | { type = "url", pattern = "asset://[^%s%\"%>%<%!]+" }, 11 | { type = "url", pattern = "https?://[^%s%\"%>%<%!]+" }, 12 | { type = "hyperlink", pattern = "%[[^%c]-[^%[%]]*%]%(https?://[^'\">%s]+%)" }, 13 | { type = "gradient", pattern = "%$%d+,%d+,%d+%,%d+,%d+,%d+%$%([^%c]+%)" }, 14 | { type = "model", pattern = "models/[%w_/]+.mdl" }, 15 | { type = "font", pattern = ";[%w_]+;" }, 16 | { type = "italic", pattern = "%*[^%c][^%*]+%*" }, 17 | { type = "bold", pattern = "%*%*[^%c][^%*]+%*%*" }, 18 | { type = "bold_italic", pattern = "%*%*%*[^%c][^%*]+%*%*%*" }, 19 | { type = "color", pattern = "<%d+,%d+,%d+>" }, 20 | { type = "rainbow", pattern = "%$%$[^%c]+%$%$" }, 21 | { type = "advert", pattern = "%[%[[^%c]+%]%]" }, 22 | { type = "emoji", pattern = ":[%w_%-]+:" }, 23 | { type = "spoiler", pattern = "||[^%c]-[^|]*||" }, 24 | { type = "code_line", pattern = "`[^%c]+[`]*`" }, 25 | { type = "code", pattern = "{{[^%z]-[^}}]*}}" }, 26 | { type = "code", pattern = "```[^%z]-[^```]*```" } 27 | } 28 | 29 | local allowColor = false 30 | 31 | -- A "range" is where a pattern starts/ends on a string. 32 | -- This function searches for all ranges of one type 33 | -- on this str, then returns them in a array. 34 | local function FindAllRangesOfType( rangeType, str ) 35 | if not allowColor and rangeType.type == "color" then return {} end 36 | 37 | local ranges = {} 38 | local pStart, pEnd = 1, 0 39 | 40 | while pStart do 41 | pStart, pEnd = Find( str, rangeType.pattern, pStart ) 42 | 43 | if pStart then 44 | ranges[#ranges + 1] = { s = pStart, e = pEnd, type = rangeType.type } 45 | pStart = pEnd 46 | end 47 | end 48 | 49 | return ranges 50 | end 51 | 52 | -- Merges a range into a array of ranges 53 | -- in a way that overrides overlapping ranges. 54 | local function MergeRangeInto( tbl, range ) 55 | local newTbl = {} 56 | 57 | for _, other in ipairs( tbl ) do 58 | -- Only include other ranges that do not overlap with the new range 59 | if other.s > range.e or other.e < range.s then 60 | newTbl[#newTbl + 1] = other 61 | end 62 | end 63 | 64 | -- Include the new range 65 | newTbl[#newTbl + 1] = { s = range.s, e = range.e, type = range.type, value = range.value } 66 | 67 | return newTbl 68 | end 69 | 70 | local function RangeSorter( a, b ) 71 | return a.s < b.s 72 | end 73 | 74 | function CustomChat.ParseString( str, outFunc ) 75 | allowColor = CustomChat.GetConVarInt( "allow_colors", 0 ) > 0 76 | 77 | local ranges = {} 78 | 79 | -- For each range type... 80 | for _, rangeType in ipairs( rangeTypes ) do 81 | -- Find all ranges (start-end) of this type 82 | local newRanges = FindAllRangesOfType( rangeType, str ) 83 | 84 | -- then merge them into the ranges table 85 | for _, r in ipairs( newRanges ) do 86 | ranges = MergeRangeInto( ranges, r ) 87 | end 88 | end 89 | 90 | -- If no ranges were found, simply output a string block 91 | if #ranges == 0 then 92 | outFunc( "string", str ) 93 | return 94 | end 95 | 96 | -- Sort ranges by their starting position 97 | table.sort( ranges, RangeSorter ) 98 | 99 | local lastRangeEnd = 1 100 | 101 | for _, r in ipairs( ranges ) do 102 | -- Output any text before this range 103 | if r.s > lastRangeEnd then 104 | outFunc( "string", Substring( str, lastRangeEnd, r.s - 1 ) ) 105 | end 106 | 107 | -- Remember where this range ended at 108 | lastRangeEnd = r.e + 1 109 | 110 | -- Output a block with the type of this range, and 111 | -- Use where it starts/ends on the string as the value 112 | local value = Substring( str, r.s, r.e ) 113 | 114 | if value ~= "" then 115 | outFunc( r.type, value ) 116 | end 117 | end 118 | 119 | -- Output any leftover text after the last range 120 | if lastRangeEnd <= string.len( str ) then 121 | outFunc( "string", Substring( str, lastRangeEnd ) ) 122 | end 123 | end 124 | -------------------------------------------------------------------------------- /lua/custom_chat/client/vgui/chat_channel_button.lua: -------------------------------------------------------------------------------- 1 | local PANEL = {} 2 | 3 | PANEL.colorSelected = Color( 34, 52, 142 ) 4 | PANEL.colorHover = Color( 255, 255, 255, 30 ) 5 | PANEL.colorIndicator = Color( 200, 0, 0, 255 ) 6 | PANEL.colorText = Color( 255, 255, 255, 255 ) 7 | PANEL.hoverFunc = function() return false end 8 | 9 | function PANEL:Init() 10 | self:SetCursor( "hand" ) 11 | self.icon = vgui.Create( "DImage", self ) 12 | 13 | self.isSelected = false 14 | self.notificationCount = 0 15 | end 16 | 17 | function PANEL:SetIcon( path ) 18 | self.icon:Remove() 19 | 20 | if isentity( path ) and IsValid( path ) and path:IsPlayer() then 21 | self.icon = vgui.Create( "AvatarImage", self ) 22 | self.icon:SetPlayer( path, 64 ) 23 | self.icon:SetZPos( self:GetZPos() + 10 ) 24 | self.icon.TestHover = self.hoverFunc 25 | 26 | return 27 | end 28 | 29 | self.icon = vgui.Create( "DImage", self ) 30 | 31 | if type( path ) == "string" then 32 | self.icon:SetImage( path ) 33 | end 34 | end 35 | 36 | function PANEL:PerformLayout( w, h ) 37 | local size = math.max( w, h ) * 0.6 38 | 39 | self.icon:SetSize( size, size ) 40 | self.icon:Center() 41 | end 42 | 43 | function PANEL:Paint( w, h ) 44 | if self.isSelected then 45 | draw.RoundedBox( 4, 0, 0, w, h, self.colorSelected ) 46 | end 47 | 48 | if self:IsHovered() then 49 | surface.SetDrawColor( self.colorHover:Unpack() ) 50 | surface.DrawRect( 0, 0, w, h ) 51 | end 52 | end 53 | 54 | function PANEL:PaintOver( w, h ) 55 | if self.notificationCount > 0 then 56 | local size = 14 57 | local x = w - size 58 | local y = h - size 59 | 60 | local label = self.notificationCount < 99 and self.notificationCount or "99+" 61 | 62 | DisableClipping( true ) 63 | draw.RoundedBox( size * 0.5, x, y, size, size, self.colorIndicator ) 64 | draw.SimpleText( label, "DebugOverlay", x + size * 0.5, y + size * 0.5, self.colorText, 1, 1 ) 65 | DisableClipping( false ) 66 | end 67 | end 68 | 69 | function PANEL:OnMousePressed( keyCode ) 70 | -- self -> channel list -> chat frame 71 | local frame = self:GetParent():GetParent() 72 | 73 | if keyCode == MOUSE_LEFT then 74 | frame:SetActiveChannel( self.channelId ) 75 | end 76 | end 77 | 78 | vgui.Register( "CustomChat_ChannelButton", PANEL, "DPanel" ) 79 | -------------------------------------------------------------------------------- /lua/custom_chat/client/whitelist.lua: -------------------------------------------------------------------------------- 1 | --[[ 2 | Whitelist code from thegrb93/StarfallEx 3 | 4 | You can ask to add more URLs here: 5 | https://steamcommunity.com/workshop/filedetails/discussion/2799307109/3272437487156558008/ 6 | ]] 7 | 8 | local function pattern( str ) return "^" .. str .. "$" end 9 | local function simple( str ) return "^" .. string.PatternSafe( str ) .. "/.*" end 10 | 11 | local whitelist = { 12 | -- Dropbox 13 | pattern [[%w+%.dl%.dropboxusercontent%.com/(.+)]], 14 | simple [[dl.dropboxusercontent.com]], 15 | simple [[dl.dropbox.com]], 16 | simple [[www.dropbox.com]], 17 | 18 | -- Onedrive 19 | simple [[onedrive.live.com/redir]], 20 | 21 | -- Google 22 | simple [[google.com]], 23 | simple [[www.google.com]], 24 | 25 | -- Google Drive 26 | pattern [[docs%.google%.com/uc.+]], 27 | pattern [[drive%.google%.com/uc.+]], 28 | 29 | -- Backblaze B2 (ShareX) 30 | pattern [[(%w+)%.backblazeb2%.com/(.+)]], 31 | 32 | -- Imgur 33 | simple [[i.imgur.com]], 34 | 35 | -- Gitlab 36 | simple [[gitlab.com]], 37 | 38 | -- bitbucket 39 | simple [[bitbucket.org]], 40 | 41 | -- Github 42 | simple [[github.com]], 43 | simple [[raw.githubusercontent.com]], 44 | simple [[gist.githubusercontent.com]], 45 | simple [[cloud.githubusercontent.com]], 46 | simple [[user-images.githubusercontent.com]], 47 | pattern [[avatars(%d*)%.githubusercontent%.com/(.+)]], 48 | 49 | -- teknik 50 | simple [[u.teknik.io]], 51 | simple [[p.teknik.io]], 52 | 53 | -- TinyPic 54 | pattern [[i([%w-_]+)%.tinypic%.com/(.+)]], 55 | 56 | -- puush 57 | simple [[puu.sh]], 58 | 59 | -- Steam 60 | pattern [[([%w-_%.]*)%.steamstatic.com/(.+)]], 61 | pattern [[images%.[%w-_]+%.steamusercontent%.com/(.+)]], 62 | pattern [[avatars%.[%w-_]+%.steamstatic%.com/(.+)]], 63 | simple [[images.akamai.steamusercontent.com]], 64 | simple [[steamuserimages-a.akamaihd.net]], 65 | simple [[steamcdn-a.akamaihd.net]], 66 | simple [[steamcommunity.com]], 67 | 68 | -- Discord 69 | pattern [[cdn[%w-_]*.discordapp%.com/(.+)]], 70 | pattern [[images-([%w%-]+)%.discordapp%.net/external/(.+)]], 71 | pattern [[media(%d*)%.discordapp%.net/.+]], 72 | 73 | -- Reddit 74 | simple [[i.redditmedia.com]], 75 | simple [[i.redd.it]], 76 | simple [[preview.redd.it]], 77 | 78 | -- Furry things 79 | simple [[static1.e621.net]], 80 | 81 | -- ipfs 82 | simple [[ipfs.io]], 83 | 84 | -- Soundcloud 85 | pattern [[(%w+)%.sndcdn%.com/(.+)]], 86 | 87 | -- Youtube Image Hosting 88 | simple [[i.ytimg.com]], 89 | 90 | -- Spotify Image CDN 91 | simple [[i.scdn.co]], 92 | 93 | -- Deezer Image CDN 94 | pattern [[([%w-_]+)%.dzcdn%.net/(.+)]], 95 | 96 | -- emoji.gg 97 | simple [[emoji.gg]], 98 | pattern [[([%w-_]+)%.emoji%.gg/(.+)]], 99 | 100 | -- Tenor 101 | simple [[tenor.com]], 102 | pattern [[[%w-_]-%.tenor%.com/.+]], 103 | 104 | -- Youtube 105 | simple [[youtu.be]], 106 | pattern [[([%w-_]+)%.youtube%.com/(.+)]], 107 | 108 | -- Pinterest 109 | simple [[i.pinimg.com]], 110 | 111 | -- ImgBB 112 | simple [[i.ibb.co]], 113 | 114 | -- Stack Overflow 115 | pattern [[([%w-_]*)([%.]-)stackoverflow%.com/(.+)]], 116 | 117 | -- Bandcamp 118 | pattern [[([%w-_]+)%.bandcamp%.com/(.+)]], 119 | 120 | -- Twitter 121 | simple [[twitter.com]], 122 | simple [[fxtwitter.com]], 123 | simple [[x.com]], 124 | 125 | -- Deviant Art 126 | pattern [[([%w-_]+)%.deviantart%.com/(.+)]], 127 | 128 | -- Soundcloud 129 | simple [[soundcloud.com]], 130 | 131 | -- Twitch 132 | pattern [[([%w-_]*)([%.]-)twitch%.tv/(.+)]], 133 | 134 | -- Facepunch 135 | pattern [[([%w-_]+)%.facepunch%.com/(.+)]], 136 | 137 | -- Revolt 138 | simple [[static.revolt.chat]], 139 | simple [[autumn.revolt.chat]] 140 | } 141 | 142 | function CustomChat.IsWhitelisted( url ) 143 | if CustomChat.Config.allowAnyURL then 144 | return true 145 | end 146 | 147 | if url:sub( 1, 8 ) == "asset://" then 148 | return true 149 | end 150 | 151 | local prefix, site, data = string.match( url, "^(%w-)://([^/]*)/?(.*)" ) 152 | 153 | if not prefix or not site then 154 | CustomChat.Print( "Malformed URL: %s", url ) 155 | return false 156 | end 157 | 158 | site = site .. "/" .. ( data or "" ) 159 | 160 | for _, patt in ipairs( whitelist ) do 161 | if site:match( patt ) then 162 | return true 163 | end 164 | end 165 | 166 | return false 167 | end 168 | -------------------------------------------------------------------------------- /lua/custom_chat/override_istyping.lua: -------------------------------------------------------------------------------- 1 | -- Restore the "hands on the ear" 2 | -- behaviour from the default chat. 3 | local PLAYER = FindMetaTable( "Player" ) 4 | 5 | PLAYER.DefaultIsTyping = PLAYER.DefaultIsTyping or PLAYER.IsTyping 6 | 7 | function PLAYER:IsTyping() 8 | return self:GetNWBool( "IsTyping", false ) or self:DefaultIsTyping() 9 | end 10 | 11 | if SERVER then 12 | util.AddNetworkString( "customchat.is_typing" ) 13 | 14 | net.Receive( "customchat.is_typing", function( _, ply ) 15 | ply:SetNWBool( "IsTyping", net.ReadBool() ) 16 | end ) 17 | end 18 | 19 | if CLIENT then 20 | function CustomChat.SetTyping( isTyping ) 21 | net.Start( "customchat.is_typing", false ) 22 | net.WriteBool( isTyping ) 23 | net.SendToServer() 24 | end 25 | end 26 | -------------------------------------------------------------------------------- /lua/custom_chat/server/main.lua: -------------------------------------------------------------------------------- 1 | resource.AddWorkshop( "2799307109" ) 2 | 3 | local LAST_SEEN_TABLE = CustomChat.LAST_SEEN_TABLE 4 | 5 | -- Setup "last seen" SQLite table 6 | sql.Query( "CREATE TABLE IF NOT EXISTS " .. LAST_SEEN_TABLE .. 7 | " ( SteamID TEXT NOT NULL PRIMARY KEY, LastSeen INTEGER NOT NULL );" ) 8 | 9 | function CustomChat:GetLastSeen( steamId ) 10 | local row = sql.QueryRow( "SELECT LastSeen FROM " .. LAST_SEEN_TABLE .. " WHERE SteamID = '" .. steamId .. "';" ) 11 | 12 | if row and row.LastSeen then 13 | return row.LastSeen 14 | end 15 | end 16 | 17 | function CustomChat:SetLastSeen( steamId, time ) 18 | local row = sql.QueryRow( "SELECT LastSeen FROM " .. LAST_SEEN_TABLE .. " WHERE SteamID = '" .. steamId .. "';" ) 19 | 20 | time = math.floor( time ) 21 | 22 | if row then 23 | local success = sql.Query( "UPDATE " .. LAST_SEEN_TABLE .. 24 | " SET LastSeen = " .. time .. " WHERE SteamID = '" .. steamId .. "';" ) 25 | 26 | if success == false then 27 | CustomChat.Print( "SetLastSeen SQL for player %s failed: %s", steamId, sql.LastError() ) 28 | end 29 | else 30 | local success = sql.Query( "INSERT INTO " .. LAST_SEEN_TABLE .. 31 | " ( SteamID, LastSeen ) VALUES ( '" .. steamId .. "', " .. time .. " );" ) 32 | 33 | if success == false then 34 | CustomChat.Print( "SetLastSeen SQL for player %s failed: %s", steamId, sql.LastError() ) 35 | end 36 | end 37 | end 38 | 39 | function CustomChat:LoadConfig() 40 | CustomChat.EnsureDataDir() 41 | 42 | local ToJSON, FromJSON = CustomChat.ToJSON, CustomChat.FromJSON 43 | local LoadDataFile = CustomChat.LoadDataFile 44 | 45 | local themeData = FromJSON( LoadDataFile( "server_theme.json" ) ) 46 | local emojiData = FromJSON( LoadDataFile( "server_emojis.json" ) ) 47 | local tagsData = FromJSON( LoadDataFile( "server_tags.json" ) ) 48 | 49 | if not table.IsEmpty( themeData ) then 50 | NetPrefs.Set( "customchat.theme", ToJSON( themeData ) ) 51 | end 52 | 53 | if not table.IsEmpty( emojiData ) then 54 | NetPrefs.Set( "customchat.emojis", ToJSON( emojiData ) ) 55 | end 56 | 57 | if not table.IsEmpty( tagsData ) then 58 | NetPrefs.Set( "customchat.tags", ToJSON( tagsData ) ) 59 | end 60 | end 61 | 62 | CustomChat:LoadConfig() 63 | -------------------------------------------------------------------------------- /lua/custom_chat/server/net_config.lua: -------------------------------------------------------------------------------- 1 | util.AddNetworkString( "customchat.set_theme" ) 2 | util.AddNetworkString( "customchat.set_emojis" ) 3 | util.AddNetworkString( "customchat.set_tags" ) 4 | 5 | function CustomChat:SetServerTheme( data, admin ) 6 | CustomChat.Print( "%s %s the server theme.", admin or "Someone", table.IsEmpty( data ) and "removed" or "changed" ) 7 | 8 | data.id = nil 9 | data.name = nil 10 | data.description = nil 11 | 12 | NetPrefs.Set( "customchat.theme", CustomChat.ToJSON( data ) ) 13 | 14 | CustomChat.EnsureDataDir() 15 | CustomChat.SaveDataFile( "server_theme.json", NetPrefs.Get( "customchat.theme", "{}" ) ) 16 | end 17 | 18 | function CustomChat:SetServerEmojis( data, admin ) 19 | CustomChat.Print( "%s %s the server emojis.", admin or "Someone", table.IsEmpty( data ) and "removed" or "changed" ) 20 | NetPrefs.Set( "customchat.emojis", CustomChat.ToJSON( data ) ) 21 | 22 | CustomChat.EnsureDataDir() 23 | CustomChat.SaveDataFile( "server_emojis.json", NetPrefs.Get( "customchat.emojis", "{}" ) ) 24 | end 25 | 26 | function CustomChat:SetChatTags( data, admin ) 27 | CustomChat.Print( "%s changed the chat tags.", admin or "Someone" ) 28 | NetPrefs.Set( "customchat.tags", CustomChat.ToJSON( data ) ) 29 | 30 | CustomChat.EnsureDataDir() 31 | CustomChat.SaveDataFile( "server_tags.json", NetPrefs.Get( "customchat.tags", "{}" ) ) 32 | end 33 | 34 | net.Receive( "customchat.set_theme", function( _, ply ) 35 | if CustomChat.CanSetServerTheme( ply ) then 36 | local themeData = CustomChat.FromJSON( net.ReadString() ) 37 | CustomChat:SetServerTheme( themeData, ply:Nick() ) 38 | else 39 | ply:ChatPrint( "CustomChat: You cannot change the server theme." ) 40 | end 41 | end ) 42 | 43 | net.Receive( "customchat.set_emojis", function( _, ply ) 44 | if CustomChat.CanSetServerEmojis( ply ) then 45 | local emojiData = CustomChat.FromJSON( net.ReadString() ) 46 | CustomChat:SetServerEmojis( emojiData, ply:Nick() ) 47 | else 48 | ply:ChatPrint( "CustomChat: You cannot change the server emojis." ) 49 | end 50 | end ) 51 | 52 | net.Receive( "customchat.set_tags", function( _, ply ) 53 | if CustomChat.CanSetChatTags( ply ) then 54 | local tagsData = CustomChat.FromJSON( net.ReadString() ) 55 | CustomChat:SetChatTags( tagsData, ply:Nick() ) 56 | else 57 | ply:ChatPrint( "CustomChat: You cannot change the chat tags." ) 58 | end 59 | end ) 60 | -------------------------------------------------------------------------------- /lua/custom_chat/server/net_messages.lua: -------------------------------------------------------------------------------- 1 | util.AddNetworkString( "customchat.say" ) 2 | 3 | -- Gets a list of all players who can 4 | -- listen to messages from a "speaker". 5 | local function GetListeners( speaker, text, channel ) 6 | local teamOnly = channel == "team" 7 | local targets = teamOnly and team.GetPlayers( speaker:Team() ) or player.GetHumans() 8 | local listeners = {} 9 | 10 | for _, ply in ipairs( targets ) do 11 | if hook.Run( "PlayerCanSeePlayersChat", text, teamOnly, ply, speaker, channel ) then 12 | listeners[#listeners + 1] = ply 13 | end 14 | end 15 | 16 | return listeners 17 | end 18 | 19 | local IsStringValid = CustomChat.IsStringValid 20 | local sayCooldown = {} 21 | 22 | net.Receive( "customchat.say", function( _, speaker ) 23 | local playerId = speaker:SteamID() 24 | local nextSay = sayCooldown[playerId] or 0 25 | 26 | if RealTime() < nextSay then return end 27 | 28 | sayCooldown[playerId] = RealTime() + 0.5 29 | 30 | local message = net.ReadString() 31 | 32 | message = CustomChat.FromJSON( message ) 33 | 34 | local text = message.text 35 | local channel = message.channel 36 | 37 | if not IsStringValid( text ) then return end 38 | if not IsStringValid( channel ) then return end 39 | if channel:len() > CustomChat.MAX_CHANNEL_ID_LENGTH then return end 40 | 41 | if text:len() > CustomChat.MAX_MESSAGE_LENGTH then 42 | text = text:Left( CustomChat.MAX_MESSAGE_LENGTH ) 43 | end 44 | 45 | local teamOnly = channel == "team" 46 | local dmTarget = nil 47 | 48 | -- Is this a DM? 49 | if util.SteamIDTo64( channel ) ~= "0" then 50 | dmTarget = player.GetBySteamID( channel ) 51 | if not IsValid( dmTarget ) then return end 52 | if CustomChat.GetConVarInt( "enable_dms", 1 ) == 0 then return end 53 | end 54 | 55 | text = CustomChat.CleanupString( text ) 56 | text = hook.Run( "PlayerSay", speaker, text, teamOnly, channel ) 57 | 58 | if not IsStringValid( text ) then return end 59 | 60 | if dmTarget then 61 | -- Send to the DM target 62 | message = CustomChat.ToJSON( { 63 | channel = speaker:SteamID(), 64 | text = text 65 | } ) 66 | 67 | net.Start( "customchat.say", false ) 68 | net.WriteString( message ) 69 | net.WriteEntity( speaker ) 70 | net.Send( dmTarget ) 71 | 72 | -- And also relay it back to the speaker 73 | message = CustomChat.ToJSON( { 74 | channel = channel, 75 | text = text 76 | } ) 77 | 78 | net.Start( "customchat.say", false ) 79 | net.WriteString( message ) 80 | net.WriteEntity( speaker ) 81 | net.Send( speaker ) 82 | 83 | return 84 | end 85 | 86 | hook.Run( "player_say", { 87 | priority = 1, -- ?? 88 | userid = speaker:UserID(), 89 | text = text, 90 | teamonly = teamOnly and 1 or 0, 91 | } ) 92 | 93 | local targets = GetListeners( speaker, text, channel ) 94 | if #targets == 0 then return end 95 | 96 | message = CustomChat.ToJSON( { 97 | channel = channel, 98 | text = text 99 | } ) 100 | 101 | net.Start( "customchat.say", false ) 102 | net.WriteString( message ) 103 | net.WriteEntity( speaker ) 104 | net.Send( targets ) 105 | end ) 106 | 107 | hook.Add( "PlayerDisconnected", "CustomChat.SayCooldownCleanup", function( ply ) 108 | sayCooldown[ply:SteamID()] = nil 109 | CustomChat:SetLastSeen( ply:SteamID(), os.time() ) 110 | end ) 111 | -------------------------------------------------------------------------------- /lua/custom_chat/server/player_spawn.lua: -------------------------------------------------------------------------------- 1 | util.AddNetworkString( "customchat.player_spawned" ) 2 | 3 | hook.Add( "PlayerInitialSpawn", "CustomChat.BroadcastInitialSpawn", function( ply ) 4 | -- Give some time for other addons to assign the team 5 | timer.Simple( 3, function() 6 | if not IsValid( ply ) then return end 7 | 8 | local steamId = ply:SteamID() 9 | local color = team.GetColor( ply:Team() ) 10 | 11 | local time = os.time() 12 | local absenceLength = 0 13 | local lastSeen = CustomChat:GetLastSeen( steamId ) 14 | 15 | if lastSeen then 16 | absenceLength = math.max( time - lastSeen, 0 ) 17 | end 18 | 19 | CustomChat:SetLastSeen( steamId, time ) 20 | 21 | net.Start( "customchat.player_spawned", false ) 22 | net.WriteString( steamId ) 23 | net.WriteString( ply:Nick() ) 24 | net.WriteColor( color, false ) 25 | net.WriteFloat( absenceLength ) 26 | net.Broadcast() 27 | end ) 28 | end, HOOK_LOW ) 29 | 30 | hook.Add( "ShutDown", "CustomChat.SaveLastSeen", function() 31 | local time = os.time() 32 | 33 | for _, ply in ipairs( player.GetHumans() ) do 34 | local steamId = ply:SteamID() 35 | 36 | if steamId then -- Could be nil on the listen server host 37 | CustomChat:SetLastSeen( steamId, time ) 38 | end 39 | end 40 | end ) 41 | -------------------------------------------------------------------------------- /materials/custom_chat/aboba.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/custom_chat/aboba.png -------------------------------------------------------------------------------- /materials/custom_chat/essaying.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/custom_chat/essaying.png -------------------------------------------------------------------------------- /materials/custom_chat/plinktosis.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/custom_chat/plinktosis.png -------------------------------------------------------------------------------- /materials/custom_chat/rainbowplz.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/custom_chat/rainbowplz.png -------------------------------------------------------------------------------- /materials/custom_chat/uhh.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/custom_chat/uhh.png -------------------------------------------------------------------------------- /materials/icon72/100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/100.png -------------------------------------------------------------------------------- /materials/icon72/1234.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/1234.png -------------------------------------------------------------------------------- /materials/icon72/8ball.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/8ball.png -------------------------------------------------------------------------------- /materials/icon72/abc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/abc.png -------------------------------------------------------------------------------- /materials/icon72/airplane.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/airplane.png -------------------------------------------------------------------------------- /materials/icon72/alarm_clock.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/alarm_clock.png -------------------------------------------------------------------------------- /materials/icon72/alien.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/alien.png -------------------------------------------------------------------------------- /materials/icon72/ambulance.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/ambulance.png -------------------------------------------------------------------------------- /materials/icon72/angel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/angel.png -------------------------------------------------------------------------------- /materials/icon72/anger.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/anger.png -------------------------------------------------------------------------------- /materials/icon72/angry.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/angry.png -------------------------------------------------------------------------------- /materials/icon72/anguished.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/anguished.png -------------------------------------------------------------------------------- /materials/icon72/apple.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/apple.png -------------------------------------------------------------------------------- /materials/icon72/arrow_backward.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/arrow_backward.png -------------------------------------------------------------------------------- /materials/icon72/arrow_double_down.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/arrow_double_down.png -------------------------------------------------------------------------------- /materials/icon72/arrow_double_up.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/arrow_double_up.png -------------------------------------------------------------------------------- /materials/icon72/arrow_down.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/arrow_down.png -------------------------------------------------------------------------------- /materials/icon72/arrow_down_small.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/arrow_down_small.png -------------------------------------------------------------------------------- /materials/icon72/arrow_forward.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/arrow_forward.png -------------------------------------------------------------------------------- /materials/icon72/arrow_heading_down.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/arrow_heading_down.png -------------------------------------------------------------------------------- /materials/icon72/arrow_heading_up.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/arrow_heading_up.png -------------------------------------------------------------------------------- /materials/icon72/arrow_left.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/arrow_left.png -------------------------------------------------------------------------------- /materials/icon72/arrow_lower_left.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/arrow_lower_left.png -------------------------------------------------------------------------------- /materials/icon72/arrow_lower_right.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/arrow_lower_right.png -------------------------------------------------------------------------------- /materials/icon72/arrow_right.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/arrow_right.png -------------------------------------------------------------------------------- /materials/icon72/arrow_right_hook.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/arrow_right_hook.png -------------------------------------------------------------------------------- /materials/icon72/arrow_up.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/arrow_up.png -------------------------------------------------------------------------------- /materials/icon72/arrow_up_down.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/arrow_up_down.png -------------------------------------------------------------------------------- /materials/icon72/arrow_up_small.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/arrow_up_small.png -------------------------------------------------------------------------------- /materials/icon72/arrow_upper_left.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/arrow_upper_left.png -------------------------------------------------------------------------------- /materials/icon72/arrow_upper_right.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/arrow_upper_right.png -------------------------------------------------------------------------------- /materials/icon72/arrows_clockwise.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/arrows_clockwise.png -------------------------------------------------------------------------------- /materials/icon72/arrows_counterclockwise.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/arrows_counterclockwise.png -------------------------------------------------------------------------------- /materials/icon72/art.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/art.png -------------------------------------------------------------------------------- /materials/icon72/astonished.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/astonished.png -------------------------------------------------------------------------------- /materials/icon72/baby.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/baby.png -------------------------------------------------------------------------------- /materials/icon72/baby_bottle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/baby_bottle.png -------------------------------------------------------------------------------- /materials/icon72/bangbang.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/bangbang.png -------------------------------------------------------------------------------- /materials/icon72/bar_chart.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/bar_chart.png -------------------------------------------------------------------------------- /materials/icon72/barber.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/barber.png -------------------------------------------------------------------------------- /materials/icon72/basketball.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/basketball.png -------------------------------------------------------------------------------- /materials/icon72/bathtub.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/bathtub.png -------------------------------------------------------------------------------- /materials/icon72/battery.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/battery.png -------------------------------------------------------------------------------- /materials/icon72/bear.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/bear.png -------------------------------------------------------------------------------- /materials/icon72/beer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/beer.png -------------------------------------------------------------------------------- /materials/icon72/beginner.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/beginner.png -------------------------------------------------------------------------------- /materials/icon72/bell.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/bell.png -------------------------------------------------------------------------------- /materials/icon72/bike.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/bike.png -------------------------------------------------------------------------------- /materials/icon72/bird.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/bird.png -------------------------------------------------------------------------------- /materials/icon72/birthday.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/birthday.png -------------------------------------------------------------------------------- /materials/icon72/black_circle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/black_circle.png -------------------------------------------------------------------------------- /materials/icon72/black_large_square.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/black_large_square.png -------------------------------------------------------------------------------- /materials/icon72/black_medium_small_square.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/black_medium_small_square.png -------------------------------------------------------------------------------- /materials/icon72/black_square_button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/black_square_button.png -------------------------------------------------------------------------------- /materials/icon72/blossom.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/blossom.png -------------------------------------------------------------------------------- /materials/icon72/blue_car.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/blue_car.png -------------------------------------------------------------------------------- /materials/icon72/blue_circle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/blue_circle.png -------------------------------------------------------------------------------- /materials/icon72/blue_heart.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/blue_heart.png -------------------------------------------------------------------------------- /materials/icon72/blush.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/blush.png -------------------------------------------------------------------------------- /materials/icon72/boat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/boat.png -------------------------------------------------------------------------------- /materials/icon72/bomb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/bomb.png -------------------------------------------------------------------------------- /materials/icon72/book.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/book.png -------------------------------------------------------------------------------- /materials/icon72/bookmark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/bookmark.png -------------------------------------------------------------------------------- /materials/icon72/books.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/books.png -------------------------------------------------------------------------------- /materials/icon72/boom.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/boom.png -------------------------------------------------------------------------------- /materials/icon72/bread.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/bread.png -------------------------------------------------------------------------------- /materials/icon72/bricks.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/bricks.png -------------------------------------------------------------------------------- /materials/icon72/briefcase.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/briefcase.png -------------------------------------------------------------------------------- /materials/icon72/broken_heart.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/broken_heart.png -------------------------------------------------------------------------------- /materials/icon72/bulb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/bulb.png -------------------------------------------------------------------------------- /materials/icon72/bullettrain_front.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/bullettrain_front.png -------------------------------------------------------------------------------- /materials/icon72/bus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/bus.png -------------------------------------------------------------------------------- /materials/icon72/bust_in_silhouette.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/bust_in_silhouette.png -------------------------------------------------------------------------------- /materials/icon72/camera.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/camera.png -------------------------------------------------------------------------------- /materials/icon72/cancer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/cancer.png -------------------------------------------------------------------------------- /materials/icon72/candy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/candy.png -------------------------------------------------------------------------------- /materials/icon72/car.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/car.png -------------------------------------------------------------------------------- /materials/icon72/cat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/cat.png -------------------------------------------------------------------------------- /materials/icon72/cat2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/cat2.png -------------------------------------------------------------------------------- /materials/icon72/cd.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/cd.png -------------------------------------------------------------------------------- /materials/icon72/checkered_flag.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/checkered_flag.png -------------------------------------------------------------------------------- /materials/icon72/cherry_blossom.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/cherry_blossom.png -------------------------------------------------------------------------------- /materials/icon72/chicken.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/chicken.png -------------------------------------------------------------------------------- /materials/icon72/christmas_tree.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/christmas_tree.png -------------------------------------------------------------------------------- /materials/icon72/cinema.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/cinema.png -------------------------------------------------------------------------------- /materials/icon72/clap.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/clap.png -------------------------------------------------------------------------------- /materials/icon72/clapper.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/clapper.png -------------------------------------------------------------------------------- /materials/icon72/clipboard.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/clipboard.png -------------------------------------------------------------------------------- /materials/icon72/clock1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/clock1.png -------------------------------------------------------------------------------- /materials/icon72/cold_face.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/cold_face.png -------------------------------------------------------------------------------- /materials/icon72/cold_sweat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/cold_sweat.png -------------------------------------------------------------------------------- /materials/icon72/computer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/computer.png -------------------------------------------------------------------------------- /materials/icon72/confounded.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/confounded.png -------------------------------------------------------------------------------- /materials/icon72/confused.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/confused.png -------------------------------------------------------------------------------- /materials/icon72/cool.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/cool.png -------------------------------------------------------------------------------- /materials/icon72/copyright.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/copyright.png -------------------------------------------------------------------------------- /materials/icon72/corn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/corn.png -------------------------------------------------------------------------------- /materials/icon72/cow2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/cow2.png -------------------------------------------------------------------------------- /materials/icon72/credit_card.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/credit_card.png -------------------------------------------------------------------------------- /materials/icon72/cry.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/cry.png -------------------------------------------------------------------------------- /materials/icon72/cupid.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/cupid.png -------------------------------------------------------------------------------- /materials/icon72/cyclone.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/cyclone.png -------------------------------------------------------------------------------- /materials/icon72/date.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/date.png -------------------------------------------------------------------------------- /materials/icon72/disappointed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/disappointed.png -------------------------------------------------------------------------------- /materials/icon72/dizzy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/dizzy.png -------------------------------------------------------------------------------- /materials/icon72/dizzy_face.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/dizzy_face.png -------------------------------------------------------------------------------- /materials/icon72/dog.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/dog.png -------------------------------------------------------------------------------- /materials/icon72/dog2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/dog2.png -------------------------------------------------------------------------------- /materials/icon72/dolphin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/dolphin.png -------------------------------------------------------------------------------- /materials/icon72/doughnut.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/doughnut.png -------------------------------------------------------------------------------- /materials/icon72/droplet.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/droplet.png -------------------------------------------------------------------------------- /materials/icon72/dvd.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/dvd.png -------------------------------------------------------------------------------- /materials/icon72/ear.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/ear.png -------------------------------------------------------------------------------- /materials/icon72/earth_americas.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/earth_americas.png -------------------------------------------------------------------------------- /materials/icon72/eggplant.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/eggplant.png -------------------------------------------------------------------------------- /materials/icon72/eight.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/eight.png -------------------------------------------------------------------------------- /materials/icon72/electric_plug.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/electric_plug.png -------------------------------------------------------------------------------- /materials/icon72/elephant.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/elephant.png -------------------------------------------------------------------------------- /materials/icon72/email.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/email.png -------------------------------------------------------------------------------- /materials/icon72/evergreen_tree.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/evergreen_tree.png -------------------------------------------------------------------------------- /materials/icon72/exclamation.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/exclamation.png -------------------------------------------------------------------------------- /materials/icon72/expressionless.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/expressionless.png -------------------------------------------------------------------------------- /materials/icon72/eyeglasses.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/eyeglasses.png -------------------------------------------------------------------------------- /materials/icon72/eyes.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/eyes.png -------------------------------------------------------------------------------- /materials/icon72/fast_forward.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/fast_forward.png -------------------------------------------------------------------------------- /materials/icon72/fearful.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/fearful.png -------------------------------------------------------------------------------- /materials/icon72/feet.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/feet.png -------------------------------------------------------------------------------- /materials/icon72/file_folder.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/file_folder.png -------------------------------------------------------------------------------- /materials/icon72/fire.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/fire.png -------------------------------------------------------------------------------- /materials/icon72/fish.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/fish.png -------------------------------------------------------------------------------- /materials/icon72/fist.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/fist.png -------------------------------------------------------------------------------- /materials/icon72/five.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/five.png -------------------------------------------------------------------------------- /materials/icon72/flag_ac.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/flag_ac.png -------------------------------------------------------------------------------- /materials/icon72/flag_ad.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/flag_ad.png -------------------------------------------------------------------------------- /materials/icon72/flag_ae.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/flag_ae.png -------------------------------------------------------------------------------- /materials/icon72/flag_af.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/flag_af.png -------------------------------------------------------------------------------- /materials/icon72/flag_ag.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/flag_ag.png -------------------------------------------------------------------------------- /materials/icon72/flag_ai.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/flag_ai.png -------------------------------------------------------------------------------- /materials/icon72/flag_al.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/flag_al.png -------------------------------------------------------------------------------- /materials/icon72/flag_am.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/flag_am.png -------------------------------------------------------------------------------- /materials/icon72/flag_ao.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/flag_ao.png -------------------------------------------------------------------------------- /materials/icon72/flag_aq.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/flag_aq.png -------------------------------------------------------------------------------- /materials/icon72/flag_ar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/flag_ar.png -------------------------------------------------------------------------------- /materials/icon72/flag_as.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/flag_as.png -------------------------------------------------------------------------------- /materials/icon72/flag_at.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/flag_at.png -------------------------------------------------------------------------------- /materials/icon72/flag_au.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/flag_au.png -------------------------------------------------------------------------------- /materials/icon72/flag_aw.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/flag_aw.png -------------------------------------------------------------------------------- /materials/icon72/flag_ax.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/flag_ax.png -------------------------------------------------------------------------------- /materials/icon72/flag_az.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/flag_az.png -------------------------------------------------------------------------------- /materials/icon72/flag_ba.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/flag_ba.png -------------------------------------------------------------------------------- /materials/icon72/flag_bb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/flag_bb.png -------------------------------------------------------------------------------- /materials/icon72/flag_bd.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/flag_bd.png -------------------------------------------------------------------------------- /materials/icon72/flag_be.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/flag_be.png -------------------------------------------------------------------------------- /materials/icon72/flag_bf.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/flag_bf.png -------------------------------------------------------------------------------- /materials/icon72/flag_bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/flag_bg.png -------------------------------------------------------------------------------- /materials/icon72/flag_bh.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/flag_bh.png -------------------------------------------------------------------------------- /materials/icon72/flag_bi.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/flag_bi.png -------------------------------------------------------------------------------- /materials/icon72/flag_bj.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/flag_bj.png -------------------------------------------------------------------------------- /materials/icon72/flag_bl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/flag_bl.png -------------------------------------------------------------------------------- /materials/icon72/flag_bm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/flag_bm.png -------------------------------------------------------------------------------- /materials/icon72/flag_bn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/flag_bn.png -------------------------------------------------------------------------------- /materials/icon72/flag_bo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/flag_bo.png -------------------------------------------------------------------------------- /materials/icon72/flag_bq.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/flag_bq.png -------------------------------------------------------------------------------- /materials/icon72/flag_br.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/flag_br.png -------------------------------------------------------------------------------- /materials/icon72/flag_bs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/flag_bs.png -------------------------------------------------------------------------------- /materials/icon72/flag_bt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/flag_bt.png -------------------------------------------------------------------------------- /materials/icon72/flag_bv.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/flag_bv.png -------------------------------------------------------------------------------- /materials/icon72/flag_bw.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/flag_bw.png -------------------------------------------------------------------------------- /materials/icon72/flag_by.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/flag_by.png -------------------------------------------------------------------------------- /materials/icon72/flag_bz.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/flag_bz.png -------------------------------------------------------------------------------- /materials/icon72/flag_ca.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/flag_ca.png -------------------------------------------------------------------------------- /materials/icon72/flag_cc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/flag_cc.png -------------------------------------------------------------------------------- /materials/icon72/flag_cd.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/flag_cd.png -------------------------------------------------------------------------------- /materials/icon72/flag_cf.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/flag_cf.png -------------------------------------------------------------------------------- /materials/icon72/flag_cg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/flag_cg.png -------------------------------------------------------------------------------- /materials/icon72/flag_ch.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/flag_ch.png -------------------------------------------------------------------------------- /materials/icon72/flag_ci.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/flag_ci.png -------------------------------------------------------------------------------- /materials/icon72/flag_ck.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/flag_ck.png -------------------------------------------------------------------------------- /materials/icon72/flag_cl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/flag_cl.png -------------------------------------------------------------------------------- /materials/icon72/flag_cm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/flag_cm.png -------------------------------------------------------------------------------- /materials/icon72/flag_cn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/flag_cn.png -------------------------------------------------------------------------------- /materials/icon72/flag_co.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/flag_co.png -------------------------------------------------------------------------------- /materials/icon72/flag_cp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/flag_cp.png -------------------------------------------------------------------------------- /materials/icon72/flag_cr.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/flag_cr.png -------------------------------------------------------------------------------- /materials/icon72/flag_cu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/flag_cu.png -------------------------------------------------------------------------------- /materials/icon72/flag_cv.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/flag_cv.png -------------------------------------------------------------------------------- /materials/icon72/flag_cw.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/flag_cw.png -------------------------------------------------------------------------------- /materials/icon72/flag_cx.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/flag_cx.png -------------------------------------------------------------------------------- /materials/icon72/flag_cy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/flag_cy.png -------------------------------------------------------------------------------- /materials/icon72/flag_cz.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/flag_cz.png -------------------------------------------------------------------------------- /materials/icon72/flag_de.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/flag_de.png -------------------------------------------------------------------------------- /materials/icon72/flag_dg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/flag_dg.png -------------------------------------------------------------------------------- /materials/icon72/flag_dj.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/flag_dj.png -------------------------------------------------------------------------------- /materials/icon72/flag_dk.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/flag_dk.png -------------------------------------------------------------------------------- /materials/icon72/flag_dm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/flag_dm.png -------------------------------------------------------------------------------- /materials/icon72/flag_do.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/flag_do.png -------------------------------------------------------------------------------- /materials/icon72/flag_dz.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/flag_dz.png -------------------------------------------------------------------------------- /materials/icon72/flag_ea.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/flag_ea.png -------------------------------------------------------------------------------- /materials/icon72/flag_ec.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/flag_ec.png -------------------------------------------------------------------------------- /materials/icon72/flag_ee.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/flag_ee.png -------------------------------------------------------------------------------- /materials/icon72/flag_eg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/flag_eg.png -------------------------------------------------------------------------------- /materials/icon72/flag_eh.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/flag_eh.png -------------------------------------------------------------------------------- /materials/icon72/flag_er.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/flag_er.png -------------------------------------------------------------------------------- /materials/icon72/flag_es.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/flag_es.png -------------------------------------------------------------------------------- /materials/icon72/flag_et.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/flag_et.png -------------------------------------------------------------------------------- /materials/icon72/flag_eu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/flag_eu.png -------------------------------------------------------------------------------- /materials/icon72/flag_fi.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/flag_fi.png -------------------------------------------------------------------------------- /materials/icon72/flag_fj.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/flag_fj.png -------------------------------------------------------------------------------- /materials/icon72/flag_fk.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/flag_fk.png -------------------------------------------------------------------------------- /materials/icon72/flag_fm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/flag_fm.png -------------------------------------------------------------------------------- /materials/icon72/flag_fo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/flag_fo.png -------------------------------------------------------------------------------- /materials/icon72/flag_fr.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/flag_fr.png -------------------------------------------------------------------------------- /materials/icon72/flag_ga.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/flag_ga.png -------------------------------------------------------------------------------- /materials/icon72/flag_gb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/flag_gb.png -------------------------------------------------------------------------------- /materials/icon72/flag_gd.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/flag_gd.png -------------------------------------------------------------------------------- /materials/icon72/flag_ge.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/flag_ge.png -------------------------------------------------------------------------------- /materials/icon72/flag_gf.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/flag_gf.png -------------------------------------------------------------------------------- /materials/icon72/flag_gg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/flag_gg.png -------------------------------------------------------------------------------- /materials/icon72/flag_gh.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/flag_gh.png -------------------------------------------------------------------------------- /materials/icon72/flag_gi.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/flag_gi.png -------------------------------------------------------------------------------- /materials/icon72/flag_gl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/flag_gl.png -------------------------------------------------------------------------------- /materials/icon72/flag_gm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/flag_gm.png -------------------------------------------------------------------------------- /materials/icon72/flag_gn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/flag_gn.png -------------------------------------------------------------------------------- /materials/icon72/flag_gp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/flag_gp.png -------------------------------------------------------------------------------- /materials/icon72/flag_gq.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/flag_gq.png -------------------------------------------------------------------------------- /materials/icon72/flag_gr.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/flag_gr.png -------------------------------------------------------------------------------- /materials/icon72/flag_gs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/flag_gs.png -------------------------------------------------------------------------------- /materials/icon72/flag_gt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/flag_gt.png -------------------------------------------------------------------------------- /materials/icon72/flag_gu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/flag_gu.png -------------------------------------------------------------------------------- /materials/icon72/flag_gw.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/flag_gw.png -------------------------------------------------------------------------------- /materials/icon72/flag_gy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/flag_gy.png -------------------------------------------------------------------------------- /materials/icon72/flag_hk.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/flag_hk.png -------------------------------------------------------------------------------- /materials/icon72/flag_hm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/flag_hm.png -------------------------------------------------------------------------------- /materials/icon72/flag_hn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/flag_hn.png -------------------------------------------------------------------------------- /materials/icon72/flag_hr.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/flag_hr.png -------------------------------------------------------------------------------- /materials/icon72/flag_ht.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/flag_ht.png -------------------------------------------------------------------------------- /materials/icon72/flag_hu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/flag_hu.png -------------------------------------------------------------------------------- /materials/icon72/flag_ic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/flag_ic.png -------------------------------------------------------------------------------- /materials/icon72/flag_id.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/flag_id.png -------------------------------------------------------------------------------- /materials/icon72/flag_ie.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/flag_ie.png -------------------------------------------------------------------------------- /materials/icon72/flag_il.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/flag_il.png -------------------------------------------------------------------------------- /materials/icon72/flag_im.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/flag_im.png -------------------------------------------------------------------------------- /materials/icon72/flag_in.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/flag_in.png -------------------------------------------------------------------------------- /materials/icon72/flag_io.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/flag_io.png -------------------------------------------------------------------------------- /materials/icon72/flag_iq.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/flag_iq.png -------------------------------------------------------------------------------- /materials/icon72/flag_ir.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/flag_ir.png -------------------------------------------------------------------------------- /materials/icon72/flag_is.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/flag_is.png -------------------------------------------------------------------------------- /materials/icon72/flag_it.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/flag_it.png -------------------------------------------------------------------------------- /materials/icon72/flag_je.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/flag_je.png -------------------------------------------------------------------------------- /materials/icon72/flag_jm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/flag_jm.png -------------------------------------------------------------------------------- /materials/icon72/flag_jo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/flag_jo.png -------------------------------------------------------------------------------- /materials/icon72/flag_jp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/flag_jp.png -------------------------------------------------------------------------------- /materials/icon72/flag_ke.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/flag_ke.png -------------------------------------------------------------------------------- /materials/icon72/flag_kg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/flag_kg.png -------------------------------------------------------------------------------- /materials/icon72/flag_kh.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/flag_kh.png -------------------------------------------------------------------------------- /materials/icon72/flag_ki.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/flag_ki.png -------------------------------------------------------------------------------- /materials/icon72/flag_km.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/flag_km.png -------------------------------------------------------------------------------- /materials/icon72/flag_kn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/flag_kn.png -------------------------------------------------------------------------------- /materials/icon72/flag_kp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/flag_kp.png -------------------------------------------------------------------------------- /materials/icon72/flag_kr.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/flag_kr.png -------------------------------------------------------------------------------- /materials/icon72/flag_kw.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/flag_kw.png -------------------------------------------------------------------------------- /materials/icon72/flag_ky.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/flag_ky.png -------------------------------------------------------------------------------- /materials/icon72/flag_kz.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/flag_kz.png -------------------------------------------------------------------------------- /materials/icon72/flag_la.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/flag_la.png -------------------------------------------------------------------------------- /materials/icon72/flag_lb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/flag_lb.png -------------------------------------------------------------------------------- /materials/icon72/flag_lc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/flag_lc.png -------------------------------------------------------------------------------- /materials/icon72/flag_li.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/flag_li.png -------------------------------------------------------------------------------- /materials/icon72/flag_lk.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/flag_lk.png -------------------------------------------------------------------------------- /materials/icon72/flag_lr.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/flag_lr.png -------------------------------------------------------------------------------- /materials/icon72/flag_ls.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/flag_ls.png -------------------------------------------------------------------------------- /materials/icon72/flag_lt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/flag_lt.png -------------------------------------------------------------------------------- /materials/icon72/flag_lu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/flag_lu.png -------------------------------------------------------------------------------- /materials/icon72/flag_lv.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/flag_lv.png -------------------------------------------------------------------------------- /materials/icon72/flag_ly.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/flag_ly.png -------------------------------------------------------------------------------- /materials/icon72/flag_ma.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/flag_ma.png -------------------------------------------------------------------------------- /materials/icon72/flag_mc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/flag_mc.png -------------------------------------------------------------------------------- /materials/icon72/flag_md.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/flag_md.png -------------------------------------------------------------------------------- /materials/icon72/flag_me.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/flag_me.png -------------------------------------------------------------------------------- /materials/icon72/flag_mf.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/flag_mf.png -------------------------------------------------------------------------------- /materials/icon72/flag_mg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/flag_mg.png -------------------------------------------------------------------------------- /materials/icon72/flag_mh.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/flag_mh.png -------------------------------------------------------------------------------- /materials/icon72/flag_mk.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/flag_mk.png -------------------------------------------------------------------------------- /materials/icon72/flag_ml.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/flag_ml.png -------------------------------------------------------------------------------- /materials/icon72/flag_mm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/flag_mm.png -------------------------------------------------------------------------------- /materials/icon72/flag_mn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/flag_mn.png -------------------------------------------------------------------------------- /materials/icon72/flag_mo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/flag_mo.png -------------------------------------------------------------------------------- /materials/icon72/flag_mp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/flag_mp.png -------------------------------------------------------------------------------- /materials/icon72/flag_mq.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/flag_mq.png -------------------------------------------------------------------------------- /materials/icon72/flag_mr.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/flag_mr.png -------------------------------------------------------------------------------- /materials/icon72/flag_ms.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/flag_ms.png -------------------------------------------------------------------------------- /materials/icon72/flag_mt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/flag_mt.png -------------------------------------------------------------------------------- /materials/icon72/flag_mu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/flag_mu.png -------------------------------------------------------------------------------- /materials/icon72/flag_mv.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/flag_mv.png -------------------------------------------------------------------------------- /materials/icon72/flag_mw.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/flag_mw.png -------------------------------------------------------------------------------- /materials/icon72/flag_mx.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/flag_mx.png -------------------------------------------------------------------------------- /materials/icon72/flag_my.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/flag_my.png -------------------------------------------------------------------------------- /materials/icon72/flag_mz.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/flag_mz.png -------------------------------------------------------------------------------- /materials/icon72/flag_na.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/flag_na.png -------------------------------------------------------------------------------- /materials/icon72/flag_nc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/flag_nc.png -------------------------------------------------------------------------------- /materials/icon72/flag_ne.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/flag_ne.png -------------------------------------------------------------------------------- /materials/icon72/flag_nf.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/flag_nf.png -------------------------------------------------------------------------------- /materials/icon72/flag_ng.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/flag_ng.png -------------------------------------------------------------------------------- /materials/icon72/flag_ni.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/flag_ni.png -------------------------------------------------------------------------------- /materials/icon72/flag_nl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/flag_nl.png -------------------------------------------------------------------------------- /materials/icon72/flag_no.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/flag_no.png -------------------------------------------------------------------------------- /materials/icon72/flag_np.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/flag_np.png -------------------------------------------------------------------------------- /materials/icon72/flag_nr.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/flag_nr.png -------------------------------------------------------------------------------- /materials/icon72/flag_nu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/flag_nu.png -------------------------------------------------------------------------------- /materials/icon72/flag_nz.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/flag_nz.png -------------------------------------------------------------------------------- /materials/icon72/flag_om.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/flag_om.png -------------------------------------------------------------------------------- /materials/icon72/flag_pa.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/flag_pa.png -------------------------------------------------------------------------------- /materials/icon72/flag_pe.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/flag_pe.png -------------------------------------------------------------------------------- /materials/icon72/flag_pf.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/flag_pf.png -------------------------------------------------------------------------------- /materials/icon72/flag_pg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/flag_pg.png -------------------------------------------------------------------------------- /materials/icon72/flag_ph.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/flag_ph.png -------------------------------------------------------------------------------- /materials/icon72/flag_pk.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/flag_pk.png -------------------------------------------------------------------------------- /materials/icon72/flag_pl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/flag_pl.png -------------------------------------------------------------------------------- /materials/icon72/flag_pm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/flag_pm.png -------------------------------------------------------------------------------- /materials/icon72/flag_pn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/flag_pn.png -------------------------------------------------------------------------------- /materials/icon72/flag_pr.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/flag_pr.png -------------------------------------------------------------------------------- /materials/icon72/flag_ps.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/flag_ps.png -------------------------------------------------------------------------------- /materials/icon72/flag_pt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/flag_pt.png -------------------------------------------------------------------------------- /materials/icon72/flag_pw.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/flag_pw.png -------------------------------------------------------------------------------- /materials/icon72/flag_py.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/flag_py.png -------------------------------------------------------------------------------- /materials/icon72/flag_qa.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/flag_qa.png -------------------------------------------------------------------------------- /materials/icon72/flag_re.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/flag_re.png -------------------------------------------------------------------------------- /materials/icon72/flag_ro.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/flag_ro.png -------------------------------------------------------------------------------- /materials/icon72/flag_rs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/flag_rs.png -------------------------------------------------------------------------------- /materials/icon72/flag_ru.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/flag_ru.png -------------------------------------------------------------------------------- /materials/icon72/flag_rw.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/flag_rw.png -------------------------------------------------------------------------------- /materials/icon72/flag_sa.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/flag_sa.png -------------------------------------------------------------------------------- /materials/icon72/flag_sb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/flag_sb.png -------------------------------------------------------------------------------- /materials/icon72/flag_sc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/flag_sc.png -------------------------------------------------------------------------------- /materials/icon72/flag_sd.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/flag_sd.png -------------------------------------------------------------------------------- /materials/icon72/flag_se.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/flag_se.png -------------------------------------------------------------------------------- /materials/icon72/flag_sg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/flag_sg.png -------------------------------------------------------------------------------- /materials/icon72/flag_sh.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/flag_sh.png -------------------------------------------------------------------------------- /materials/icon72/flag_si.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/flag_si.png -------------------------------------------------------------------------------- /materials/icon72/flag_sj.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/flag_sj.png -------------------------------------------------------------------------------- /materials/icon72/flag_sk.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/flag_sk.png -------------------------------------------------------------------------------- /materials/icon72/flag_sl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/flag_sl.png -------------------------------------------------------------------------------- /materials/icon72/flag_sm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/flag_sm.png -------------------------------------------------------------------------------- /materials/icon72/flag_sn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/flag_sn.png -------------------------------------------------------------------------------- /materials/icon72/flag_so.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/flag_so.png -------------------------------------------------------------------------------- /materials/icon72/flag_sr.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/flag_sr.png -------------------------------------------------------------------------------- /materials/icon72/flag_ss.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/flag_ss.png -------------------------------------------------------------------------------- /materials/icon72/flag_st.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/flag_st.png -------------------------------------------------------------------------------- /materials/icon72/flag_sv.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/flag_sv.png -------------------------------------------------------------------------------- /materials/icon72/flag_sx.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/flag_sx.png -------------------------------------------------------------------------------- /materials/icon72/flag_sy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/flag_sy.png -------------------------------------------------------------------------------- /materials/icon72/flag_sz.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/flag_sz.png -------------------------------------------------------------------------------- /materials/icon72/flag_ta.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/flag_ta.png -------------------------------------------------------------------------------- /materials/icon72/flag_tc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/flag_tc.png -------------------------------------------------------------------------------- /materials/icon72/flag_td.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/flag_td.png -------------------------------------------------------------------------------- /materials/icon72/flag_tf.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/flag_tf.png -------------------------------------------------------------------------------- /materials/icon72/flag_tg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/flag_tg.png -------------------------------------------------------------------------------- /materials/icon72/flag_th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/flag_th.png -------------------------------------------------------------------------------- /materials/icon72/flag_tj.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/flag_tj.png -------------------------------------------------------------------------------- /materials/icon72/flag_tk.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/flag_tk.png -------------------------------------------------------------------------------- /materials/icon72/flag_tl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/flag_tl.png -------------------------------------------------------------------------------- /materials/icon72/flag_tm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/flag_tm.png -------------------------------------------------------------------------------- /materials/icon72/flag_tn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/flag_tn.png -------------------------------------------------------------------------------- /materials/icon72/flag_to.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/flag_to.png -------------------------------------------------------------------------------- /materials/icon72/flag_tr.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/flag_tr.png -------------------------------------------------------------------------------- /materials/icon72/flag_tt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/flag_tt.png -------------------------------------------------------------------------------- /materials/icon72/flag_tv.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/flag_tv.png -------------------------------------------------------------------------------- /materials/icon72/flag_tw.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/flag_tw.png -------------------------------------------------------------------------------- /materials/icon72/flag_tz.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/flag_tz.png -------------------------------------------------------------------------------- /materials/icon72/flag_ua.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/flag_ua.png -------------------------------------------------------------------------------- /materials/icon72/flag_ug.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/flag_ug.png -------------------------------------------------------------------------------- /materials/icon72/flag_um.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/flag_um.png -------------------------------------------------------------------------------- /materials/icon72/flag_us.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/flag_us.png -------------------------------------------------------------------------------- /materials/icon72/flag_uy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/flag_uy.png -------------------------------------------------------------------------------- /materials/icon72/flag_uz.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/flag_uz.png -------------------------------------------------------------------------------- /materials/icon72/flag_va.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/flag_va.png -------------------------------------------------------------------------------- /materials/icon72/flag_vc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/flag_vc.png -------------------------------------------------------------------------------- /materials/icon72/flag_ve.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/flag_ve.png -------------------------------------------------------------------------------- /materials/icon72/flag_vg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/flag_vg.png -------------------------------------------------------------------------------- /materials/icon72/flag_vi.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/flag_vi.png -------------------------------------------------------------------------------- /materials/icon72/flag_vn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/flag_vn.png -------------------------------------------------------------------------------- /materials/icon72/flag_vu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/flag_vu.png -------------------------------------------------------------------------------- /materials/icon72/flag_wf.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/flag_wf.png -------------------------------------------------------------------------------- /materials/icon72/flag_ws.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/flag_ws.png -------------------------------------------------------------------------------- /materials/icon72/flag_xk.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/flag_xk.png -------------------------------------------------------------------------------- /materials/icon72/flag_ye.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/flag_ye.png -------------------------------------------------------------------------------- /materials/icon72/flag_yt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/flag_yt.png -------------------------------------------------------------------------------- /materials/icon72/flag_za.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/flag_za.png -------------------------------------------------------------------------------- /materials/icon72/flag_zm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/flag_zm.png -------------------------------------------------------------------------------- /materials/icon72/flag_zw.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/flag_zw.png -------------------------------------------------------------------------------- /materials/icon72/flashlight.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/flashlight.png -------------------------------------------------------------------------------- /materials/icon72/floppy_disk.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/floppy_disk.png -------------------------------------------------------------------------------- /materials/icon72/flushed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/flushed.png -------------------------------------------------------------------------------- /materials/icon72/four.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/four.png -------------------------------------------------------------------------------- /materials/icon72/four_leaf_clover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/four_leaf_clover.png -------------------------------------------------------------------------------- /materials/icon72/free.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/free.png -------------------------------------------------------------------------------- /materials/icon72/frowning.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/frowning.png -------------------------------------------------------------------------------- /materials/icon72/game_die.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/game_die.png -------------------------------------------------------------------------------- /materials/icon72/gem.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/gem.png -------------------------------------------------------------------------------- /materials/icon72/gift.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/gift.png -------------------------------------------------------------------------------- /materials/icon72/globe_with_meridians.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/globe_with_meridians.png -------------------------------------------------------------------------------- /materials/icon72/grapes.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/grapes.png -------------------------------------------------------------------------------- /materials/icon72/green_circle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/green_circle.png -------------------------------------------------------------------------------- /materials/icon72/grey_exclamation.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/grey_exclamation.png -------------------------------------------------------------------------------- /materials/icon72/grey_question.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/grey_question.png -------------------------------------------------------------------------------- /materials/icon72/grimacing.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/grimacing.png -------------------------------------------------------------------------------- /materials/icon72/grin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/grin.png -------------------------------------------------------------------------------- /materials/icon72/grinning.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/grinning.png -------------------------------------------------------------------------------- /materials/icon72/guitar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/guitar.png -------------------------------------------------------------------------------- /materials/icon72/gun.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/gun.png -------------------------------------------------------------------------------- /materials/icon72/hamburger.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/hamburger.png -------------------------------------------------------------------------------- /materials/icon72/hammer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/hammer.png -------------------------------------------------------------------------------- /materials/icon72/hand.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/hand.png -------------------------------------------------------------------------------- /materials/icon72/hankey.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/hankey.png -------------------------------------------------------------------------------- /materials/icon72/hash.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/hash.png -------------------------------------------------------------------------------- /materials/icon72/hear_no_evil.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/hear_no_evil.png -------------------------------------------------------------------------------- /materials/icon72/heart.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/heart.png -------------------------------------------------------------------------------- /materials/icon72/heart_eyes.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/heart_eyes.png -------------------------------------------------------------------------------- /materials/icon72/heartpulse.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/heartpulse.png -------------------------------------------------------------------------------- /materials/icon72/heavy_check_mark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/heavy_check_mark.png -------------------------------------------------------------------------------- /materials/icon72/heavy_division_sign.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/heavy_division_sign.png -------------------------------------------------------------------------------- /materials/icon72/heavy_dollar_sign.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/heavy_dollar_sign.png -------------------------------------------------------------------------------- /materials/icon72/heavy_minus_sign.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/heavy_minus_sign.png -------------------------------------------------------------------------------- /materials/icon72/heavy_multiplication_x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/heavy_multiplication_x.png -------------------------------------------------------------------------------- /materials/icon72/heavy_plus_sign.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/heavy_plus_sign.png -------------------------------------------------------------------------------- /materials/icon72/helicopter.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/helicopter.png -------------------------------------------------------------------------------- /materials/icon72/high_brightness.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/high_brightness.png -------------------------------------------------------------------------------- /materials/icon72/high_heel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/high_heel.png -------------------------------------------------------------------------------- /materials/icon72/hot_face.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/hot_face.png -------------------------------------------------------------------------------- /materials/icon72/hourglass.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/hourglass.png -------------------------------------------------------------------------------- /materials/icon72/hushed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/hushed.png -------------------------------------------------------------------------------- /materials/icon72/icecream.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/icecream.png -------------------------------------------------------------------------------- /materials/icon72/id.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/id.png -------------------------------------------------------------------------------- /materials/icon72/imp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/imp.png -------------------------------------------------------------------------------- /materials/icon72/information_source.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/information_source.png -------------------------------------------------------------------------------- /materials/icon72/innocent.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/innocent.png -------------------------------------------------------------------------------- /materials/icon72/interrobang.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/interrobang.png -------------------------------------------------------------------------------- /materials/icon72/joy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/joy.png -------------------------------------------------------------------------------- /materials/icon72/key.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/key.png -------------------------------------------------------------------------------- /materials/icon72/keycap_ten.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/keycap_ten.png -------------------------------------------------------------------------------- /materials/icon72/kiss.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/kiss.png -------------------------------------------------------------------------------- /materials/icon72/kissing.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/kissing.png -------------------------------------------------------------------------------- /materials/icon72/kissing_heart.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/kissing_heart.png -------------------------------------------------------------------------------- /materials/icon72/kissing_smiling_eyes.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/kissing_smiling_eyes.png -------------------------------------------------------------------------------- /materials/icon72/koko.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/koko.png -------------------------------------------------------------------------------- /materials/icon72/laughing.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/laughing.png -------------------------------------------------------------------------------- /materials/icon72/lips.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/lips.png -------------------------------------------------------------------------------- /materials/icon72/lock.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/lock.png -------------------------------------------------------------------------------- /materials/icon72/low_battery.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/low_battery.png -------------------------------------------------------------------------------- /materials/icon72/magnet.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/magnet.png -------------------------------------------------------------------------------- /materials/icon72/mans_shoe.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/mans_shoe.png -------------------------------------------------------------------------------- /materials/icon72/maple_leaf.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/maple_leaf.png -------------------------------------------------------------------------------- /materials/icon72/mask.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/mask.png -------------------------------------------------------------------------------- /materials/icon72/monkey_face.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/monkey_face.png -------------------------------------------------------------------------------- /materials/icon72/mouse.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/mouse.png -------------------------------------------------------------------------------- /materials/icon72/mouse2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/mouse2.png -------------------------------------------------------------------------------- /materials/icon72/moyai.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/moyai.png -------------------------------------------------------------------------------- /materials/icon72/muscle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/muscle.png -------------------------------------------------------------------------------- /materials/icon72/musical_keyboard.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/musical_keyboard.png -------------------------------------------------------------------------------- /materials/icon72/musical_note.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/musical_note.png -------------------------------------------------------------------------------- /materials/icon72/mute.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/mute.png -------------------------------------------------------------------------------- /materials/icon72/nerd.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/nerd.png -------------------------------------------------------------------------------- /materials/icon72/neutral_face.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/neutral_face.png -------------------------------------------------------------------------------- /materials/icon72/new.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/new.png -------------------------------------------------------------------------------- /materials/icon72/ng.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/ng.png -------------------------------------------------------------------------------- /materials/icon72/nine.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/nine.png -------------------------------------------------------------------------------- /materials/icon72/no_entry.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/no_entry.png -------------------------------------------------------------------------------- /materials/icon72/no_entry_sign.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/no_entry_sign.png -------------------------------------------------------------------------------- /materials/icon72/no_good.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/no_good.png -------------------------------------------------------------------------------- /materials/icon72/no_mouth.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/no_mouth.png -------------------------------------------------------------------------------- /materials/icon72/nose.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/nose.png -------------------------------------------------------------------------------- /materials/icon72/notes.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/notes.png -------------------------------------------------------------------------------- /materials/icon72/ocean.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/ocean.png -------------------------------------------------------------------------------- /materials/icon72/ok.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/ok.png -------------------------------------------------------------------------------- /materials/icon72/ok_hand.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/ok_hand.png -------------------------------------------------------------------------------- /materials/icon72/one.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/one.png -------------------------------------------------------------------------------- /materials/icon72/open_hands.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/open_hands.png -------------------------------------------------------------------------------- /materials/icon72/open_mouth.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/open_mouth.png -------------------------------------------------------------------------------- /materials/icon72/paperclip.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/paperclip.png -------------------------------------------------------------------------------- /materials/icon72/parking.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/parking.png -------------------------------------------------------------------------------- /materials/icon72/peach.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/peach.png -------------------------------------------------------------------------------- /materials/icon72/pencil2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/pencil2.png -------------------------------------------------------------------------------- /materials/icon72/pensive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/pensive.png -------------------------------------------------------------------------------- /materials/icon72/persevere.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/persevere.png -------------------------------------------------------------------------------- /materials/icon72/pill.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/pill.png -------------------------------------------------------------------------------- /materials/icon72/point_down.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/point_down.png -------------------------------------------------------------------------------- /materials/icon72/point_left.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/point_left.png -------------------------------------------------------------------------------- /materials/icon72/point_right.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/point_right.png -------------------------------------------------------------------------------- /materials/icon72/point_up.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/point_up.png -------------------------------------------------------------------------------- /materials/icon72/pray.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/pray.png -------------------------------------------------------------------------------- /materials/icon72/pregnant_man.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/pregnant_man.png -------------------------------------------------------------------------------- /materials/icon72/pregnant_woman.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/pregnant_woman.png -------------------------------------------------------------------------------- /materials/icon72/punch.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/punch.png -------------------------------------------------------------------------------- /materials/icon72/purple_circle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/purple_circle.png -------------------------------------------------------------------------------- /materials/icon72/pushpin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/pushpin.png -------------------------------------------------------------------------------- /materials/icon72/question.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/question.png -------------------------------------------------------------------------------- /materials/icon72/raccoon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/raccoon.png -------------------------------------------------------------------------------- /materials/icon72/radio_button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/radio_button.png -------------------------------------------------------------------------------- /materials/icon72/rage.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/rage.png -------------------------------------------------------------------------------- /materials/icon72/rainbow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/rainbow.png -------------------------------------------------------------------------------- /materials/icon72/raised_hands.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/raised_hands.png -------------------------------------------------------------------------------- /materials/icon72/rat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/rat.png -------------------------------------------------------------------------------- /materials/icon72/recycle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/recycle.png -------------------------------------------------------------------------------- /materials/icon72/red_circle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/red_circle.png -------------------------------------------------------------------------------- /materials/icon72/regional_indicator_a.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/regional_indicator_a.png -------------------------------------------------------------------------------- /materials/icon72/regional_indicator_b.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/regional_indicator_b.png -------------------------------------------------------------------------------- /materials/icon72/regional_indicator_c.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/regional_indicator_c.png -------------------------------------------------------------------------------- /materials/icon72/regional_indicator_d.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/regional_indicator_d.png -------------------------------------------------------------------------------- /materials/icon72/regional_indicator_e.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/regional_indicator_e.png -------------------------------------------------------------------------------- /materials/icon72/regional_indicator_f.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/regional_indicator_f.png -------------------------------------------------------------------------------- /materials/icon72/regional_indicator_g.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/regional_indicator_g.png -------------------------------------------------------------------------------- /materials/icon72/regional_indicator_h.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/regional_indicator_h.png -------------------------------------------------------------------------------- /materials/icon72/regional_indicator_i.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/regional_indicator_i.png -------------------------------------------------------------------------------- /materials/icon72/regional_indicator_j.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/regional_indicator_j.png -------------------------------------------------------------------------------- /materials/icon72/regional_indicator_k.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/regional_indicator_k.png -------------------------------------------------------------------------------- /materials/icon72/regional_indicator_l.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/regional_indicator_l.png -------------------------------------------------------------------------------- /materials/icon72/regional_indicator_m.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/regional_indicator_m.png -------------------------------------------------------------------------------- /materials/icon72/regional_indicator_n.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/regional_indicator_n.png -------------------------------------------------------------------------------- /materials/icon72/regional_indicator_o.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/regional_indicator_o.png -------------------------------------------------------------------------------- /materials/icon72/regional_indicator_p.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/regional_indicator_p.png -------------------------------------------------------------------------------- /materials/icon72/regional_indicator_q.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/regional_indicator_q.png -------------------------------------------------------------------------------- /materials/icon72/regional_indicator_r.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/regional_indicator_r.png -------------------------------------------------------------------------------- /materials/icon72/regional_indicator_s.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/regional_indicator_s.png -------------------------------------------------------------------------------- /materials/icon72/regional_indicator_t.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/regional_indicator_t.png -------------------------------------------------------------------------------- /materials/icon72/regional_indicator_u.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/regional_indicator_u.png -------------------------------------------------------------------------------- /materials/icon72/regional_indicator_v.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/regional_indicator_v.png -------------------------------------------------------------------------------- /materials/icon72/regional_indicator_w.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/regional_indicator_w.png -------------------------------------------------------------------------------- /materials/icon72/regional_indicator_x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/regional_indicator_x.png -------------------------------------------------------------------------------- /materials/icon72/regional_indicator_y.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/regional_indicator_y.png -------------------------------------------------------------------------------- /materials/icon72/regional_indicator_z.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/regional_indicator_z.png -------------------------------------------------------------------------------- /materials/icon72/registered.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/registered.png -------------------------------------------------------------------------------- /materials/icon72/relaxed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/relaxed.png -------------------------------------------------------------------------------- /materials/icon72/relieved.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/relieved.png -------------------------------------------------------------------------------- /materials/icon72/revolving_hearts.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/revolving_hearts.png -------------------------------------------------------------------------------- /materials/icon72/rocket.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/rocket.png -------------------------------------------------------------------------------- /materials/icon72/rooster.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/rooster.png -------------------------------------------------------------------------------- /materials/icon72/rose.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/rose.png -------------------------------------------------------------------------------- /materials/icon72/satellite.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/satellite.png -------------------------------------------------------------------------------- /materials/icon72/satisfied.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/satisfied.png -------------------------------------------------------------------------------- /materials/icon72/scream.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/scream.png -------------------------------------------------------------------------------- /materials/icon72/see_no_evil.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/see_no_evil.png -------------------------------------------------------------------------------- /materials/icon72/seven.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/seven.png -------------------------------------------------------------------------------- /materials/icon72/sick.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/sick.png -------------------------------------------------------------------------------- /materials/icon72/signal_strength.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/signal_strength.png -------------------------------------------------------------------------------- /materials/icon72/six.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/six.png -------------------------------------------------------------------------------- /materials/icon72/skull.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/skull.png -------------------------------------------------------------------------------- /materials/icon72/skull_crossbones.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/skull_crossbones.png -------------------------------------------------------------------------------- /materials/icon72/sleeping.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/sleeping.png -------------------------------------------------------------------------------- /materials/icon72/sleepy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/sleepy.png -------------------------------------------------------------------------------- /materials/icon72/small_blue_diamond.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/small_blue_diamond.png -------------------------------------------------------------------------------- /materials/icon72/small_orange_diamond.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/small_orange_diamond.png -------------------------------------------------------------------------------- /materials/icon72/small_red_triangle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/small_red_triangle.png -------------------------------------------------------------------------------- /materials/icon72/small_red_triangle_down.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/small_red_triangle_down.png -------------------------------------------------------------------------------- /materials/icon72/smile.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/smile.png -------------------------------------------------------------------------------- /materials/icon72/smiley.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/smiley.png -------------------------------------------------------------------------------- /materials/icon72/smirk.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/smirk.png -------------------------------------------------------------------------------- /materials/icon72/snowflake.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/snowflake.png -------------------------------------------------------------------------------- /materials/icon72/sob.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/sob.png -------------------------------------------------------------------------------- /materials/icon72/soccer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/soccer.png -------------------------------------------------------------------------------- /materials/icon72/sos.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/sos.png -------------------------------------------------------------------------------- /materials/icon72/sound.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/sound.png -------------------------------------------------------------------------------- /materials/icon72/sparkles.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/sparkles.png -------------------------------------------------------------------------------- /materials/icon72/speak_no_evil.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/speak_no_evil.png -------------------------------------------------------------------------------- /materials/icon72/speaking_head.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/speaking_head.png -------------------------------------------------------------------------------- /materials/icon72/star.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/star.png -------------------------------------------------------------------------------- /materials/icon72/star2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/star2.png -------------------------------------------------------------------------------- /materials/icon72/stars.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/stars.png -------------------------------------------------------------------------------- /materials/icon72/stuck_out_tongue.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/stuck_out_tongue.png -------------------------------------------------------------------------------- /materials/icon72/stuck_out_tongue_closed_eyes.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/stuck_out_tongue_closed_eyes.png -------------------------------------------------------------------------------- /materials/icon72/stuck_out_tongue_winking_eye.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/stuck_out_tongue_winking_eye.png -------------------------------------------------------------------------------- /materials/icon72/sunglasses.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/sunglasses.png -------------------------------------------------------------------------------- /materials/icon72/sweat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/sweat.png -------------------------------------------------------------------------------- /materials/icon72/sweat_drops.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/sweat_drops.png -------------------------------------------------------------------------------- /materials/icon72/sweat_smile.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/sweat_smile.png -------------------------------------------------------------------------------- /materials/icon72/thought_balloon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/thought_balloon.png -------------------------------------------------------------------------------- /materials/icon72/three.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/three.png -------------------------------------------------------------------------------- /materials/icon72/thumbsdown.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/thumbsdown.png -------------------------------------------------------------------------------- /materials/icon72/thumbsup.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/thumbsup.png -------------------------------------------------------------------------------- /materials/icon72/tired_face.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/tired_face.png -------------------------------------------------------------------------------- /materials/icon72/tm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/tm.png -------------------------------------------------------------------------------- /materials/icon72/toilet.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/toilet.png -------------------------------------------------------------------------------- /materials/icon72/traffic_light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/traffic_light.png -------------------------------------------------------------------------------- /materials/icon72/triumph.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/triumph.png -------------------------------------------------------------------------------- /materials/icon72/tv.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/tv.png -------------------------------------------------------------------------------- /materials/icon72/two.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/two.png -------------------------------------------------------------------------------- /materials/icon72/unamused.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/unamused.png -------------------------------------------------------------------------------- /materials/icon72/underage.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/underage.png -------------------------------------------------------------------------------- /materials/icon72/up.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/up.png -------------------------------------------------------------------------------- /materials/icon72/vertical_traffic_light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/vertical_traffic_light.png -------------------------------------------------------------------------------- /materials/icon72/video_game.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/video_game.png -------------------------------------------------------------------------------- /materials/icon72/warning.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/warning.png -------------------------------------------------------------------------------- /materials/icon72/wave.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/wave.png -------------------------------------------------------------------------------- /materials/icon72/weary.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/weary.png -------------------------------------------------------------------------------- /materials/icon72/white_check_mark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/white_check_mark.png -------------------------------------------------------------------------------- /materials/icon72/white_circle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/white_circle.png -------------------------------------------------------------------------------- /materials/icon72/wine_glass.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/wine_glass.png -------------------------------------------------------------------------------- /materials/icon72/wink.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/wink.png -------------------------------------------------------------------------------- /materials/icon72/wolf.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/wolf.png -------------------------------------------------------------------------------- /materials/icon72/worried.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/worried.png -------------------------------------------------------------------------------- /materials/icon72/wrench.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/wrench.png -------------------------------------------------------------------------------- /materials/icon72/yellow_circle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/yellow_circle.png -------------------------------------------------------------------------------- /materials/icon72/yum.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/yum.png -------------------------------------------------------------------------------- /materials/icon72/zap.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/zap.png -------------------------------------------------------------------------------- /materials/icon72/zero.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/zero.png -------------------------------------------------------------------------------- /materials/icon72/zzz.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StyledStrike/gmod-custom-chat/de9fa77275925ab2633f27e66c33c56d24fe1682/materials/icon72/zzz.png --------------------------------------------------------------------------------