document.write('
Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. addEventHandler ("onPlayerChat",getRootElement(),
  2. function(message,type)
  3.     if (string.find(message,"!cash")) and not (string.find(message," !cash")) then
  4.  
  5.     --nejaka funkce
  6.  
  7.     elseif (string.find(message,"!points")) and not (string.find(message," !points")) then -- Lze i přidat další podmínku
  8.  
  9.     --nejaka funkce
  10.  
  11. end -- Uzavreni podminky
  12. end -- Uzavreni funkce
  13. )
');