Advertisement
NonSequitur

Untitled

Feb 3rd, 2016
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.26 KB | None | 0 0
  1. function onSay(player, words, param)
  2.     if player:startLiveCast(param) then
  3.         player:sendTextMessage(MESSAGE_INFO_DESCR, "You have started casting your gameplay.")
  4.     else
  5.         player:sendCancelMessage("You're already casting your gameplay.")
  6.     end
  7.     return false
  8. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement