Advertisement
poxipox

Untitled

Nov 6th, 2023
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.28 KB | None | 0 0
  1.     if templlTb then
  2.         local killNow = getGlobalStorageValue(templlTb.gStroage)
  3.         if killNow+1 >= templlTb.needKill then
  4.             templlTb.func(cid)
  5.             setGlobalStorageValue(templlTb.gStroage, -1)
  6.         else
  7.             setGlobalStorageValue(templlTb.gStroage, killNow+1)
  8.         end
  9.         return true
  10.     end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement