Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- if templlTb then
- local killNow = getGlobalStorageValue(templlTb.gStroage)
- if killNow+1 >= templlTb.needKill then
- templlTb.func(cid)
- setGlobalStorageValue(templlTb.gStroage, -1)
- else
- setGlobalStorageValue(templlTb.gStroage, killNow+1)
- end
- return true
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement