ich brauche ein script wo man KEIN /kill command benutzen kann also zmb. ich sag /kill dan kommt ne msg wie "You cant use the /kill command!"
ich hoffe das ihr mir diesen script in den kommentaren schreibt
 
 Danke!
 
   
  CS2D
 CS2D  Scripts
 
Scripts  /kill
 /kill /kill
 /kill 
  1
 1  
 
 
  
  addhook("suicide","mysuicidehook")
function mysuicidehook(id)
  msg2(id, "You cant use the /kill command!@C")
  return 1
end
 
  1
 1  
 