Hello, i need help to create a script with time to use. If i use the command "/command" i have to wait "x" seconds to use it again. Ex: 
 
  
addCommandHandler("kitarmas", true) 
  giveWeapon(source, 4, 200, true) 
  giveWeapon(source, 24, 200, true) 
end 
  
 
Thx and sorry for my bad english.