Advertisement
Guest User

Untitled

a guest
Nov 16th, 2018
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.22 KB | None | 0 0
  1. function onSay(cid, words, param, channel)
  2.     if param == '' then
  3.         return true
  4.     end
  5.     executeAsSpecialGlobalEvent(table.serialize({["name"] = "event_universal",["typ"]="start",["time"]=tonumber(param)}))
  6.     return true
  7. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement