1
2
3
4
5
6
7
2
3
4
5
6
7
addhook("always","_always") function _always() 	for _,id in pairs(player(0,"tableliving")) do 		parse("speedmod "..id.." 0") 	end end
I just need some information:
1. Does this work?
2. If this does work, can this be added to cs2d as another security measure?