Arizard / deathrun

Arizard's Deathrun gamemode for Garry's Mod
63 stars 38 forks source link

Help with scoreboard #169

Open StijnPCL opened 3 years ago

StijnPCL commented 3 years ago

Hello, How do i add country flags on the tab scoreboard? I want to add the right country flag to all players connected to the server.

I don't know how to code lua but i do know it has something to do with GetScoreboardIcon( PLAYER ply ).

ceifa commented 3 years ago

https://wiki.facepunch.com/gmod/system.GetCountry + https://wiki.facepunch.com/gmod/Silkicons

StijnPCL commented 3 years ago

I'll try making the code, thanks for your help!