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. end -- Uzavreni podminky
  8. end -- Uzavreni funkce
  9. )
');