Advertisement
Guest User

Untitled

a guest
Feb 20th, 2019
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.42 KB | None | 0 0
  1. function onSay(cid, words, param, channel)
  2. local tp = doCreateItem(1387, 1, _Lib_Battle_Info.tpPos)
  3. doItemSetAttribute(tp, "aid", 45000)
  4. CheckEvent(_Lib_Battle_Info.limit_Time)
  5. doBroadcastMessage("The event BattleField was opened and We are waiting "..tb.players.." Players! Team divided into "..((tb.players)/2).." VS "..((tb.players)/2))
  6. return setGlobalStorageValue(_Lib_Battle_Info.storage_count, tb.players)
  7. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement