Advertisement
Guest User

Untitled

a guest
Jan 30th, 2015
195
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. function ENT:AcceptInput( ply )
  2. if CurTime() - ( self.SpawnTime < 30 ) then return
  3. end
  4. ply:Kill()
  5. end
  6.  
  7. [ERROR] gamemodes/darkrp/entities/entities/money_printer/init.lua:143: attempt t
  8. o perform arithmetic on a boolean value
  9. 1. unknown - gamemodes/darkrp/entities/entities/money_printer/init.lua:143
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement