ItsMods

Full Version: Kill symbol
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
whats the code for the kill symbol such as in CTF(i think) and Sabotage
//goes to init
precacheShader("waypoint_target");

//goes to wherever you want it
self maps\mp\_entityheadicons:ConfusedetEntityHeadIcon("allies", self, (0,0,90), "waypoint_target", true, true);

thanks