function GM:PlayerSentRadioCommand(ply, name, target) local act = radio_gestures[name] if act then ply:AnimPerformGesture(act) endend
Okay so just to make sure or double check; it has nothing to do with my side or server side. It's client sided?
Basically to fix I should just tell them to try setting their graphics higher? Because that sucks Sad I don't want some players on my server to see icons like that lol.
EDIT:Also I think you misunderstood my previous question stated above:"Okay so I think I found the file to change the detective and traitor radar/disguise/armor icons - it was under "GameMode" and it was the equip_items_shd.lua file.Now I just have to find the icons where/what you see when you search a body and the icons appear as "Who the person saw last" "Time of death" "Kill list" "etc..""I don't need the actual icons. I need to find the file where you can change the icon paths. For example; icon_skull which is the icon that shows on a body when someone kills themselves.I need to find the file where that icon can be changed to my own icon.Thanks.