Advertisement
Guest User

Untitled

a guest
Sep 20th, 2019
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.44 KB | None | 0 0
  1. function eventChatCommand(nick, cmd)
  2. if cmd:sub(1,3) == "txt" and nick=="Powolanyy#0000" then
  3. ui.addTextArea(1,cmd:sub(4),nil, 50, 50, 0, 0, nil, nil, 0.5)
  4. elseif cmd:sub(1,1) == "r" and nick=="Powolanyy#0000" then
  5. ui.addTextArea(1,"<ROSE>"..cmd:sub(4).."</ROSE>",nil, 50, 50, 0, 0, nil, nil, 0.5)
  6. end
  7. end
  8. system.disableChatCommandDisplay('txt',true)
  9.  
  10. ui.addTextArea(1,"<ROSE>"..cmd:sub(4).."</ROSE>",nil, 50, 50, 0, 0, nil, nil, 0.5)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement