Guest User

Untitled

a guest
Feb 11th, 2019
116
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.16 KB | None | 0 0
  1. setTimer(
  2. function()
  3.     if not(isElementWithinMarker(source,sellingMarker))then
  4.         triggerClientEvent(source,"continueChecking",source)
  5.     end
  6. end,10000,0)
Add Comment
Please, Sign In to add comment