Advertisement
Guest User

Untitled

a guest
Dec 21st, 2014
184
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. function eventChatCommand(playerName, cmd)
  2. if(cmd == "dica") then
  3. ui.addTextArea (0,"teste", NIL,100,100,350,100,0x27373f, 0x27373f, 1,false)
  4. end
  5. end
  6.  
  7. function eventChatCommand(playerName, cmd)
  8. if(cmd == "dica2") then
  9. ui.addTextArea (1,"teste²", 200,140,350,100,0x27373f, 0x27373f, 1,false)
  10. end
  11. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement