i just want to know how to remove the words that are pointed at with an arrow in the screenshot..
and just show "Name of Player" Used !ResetScore
1
2
3
4
5
6
7
8
2
3
4
5
6
7
8
addhook("say","reset") function reset(id,txt) if(txt=="!resetscore") then parse ("setscore "..id.." 0") parse ("setdeaths "..id.." 0") parse ("sv_msg ©000000000"..player(id,"name").." used !ResetScore") end end
