Advertisement
epitaque_

Untitled

Aug 24th, 2015
316
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.24 KB | None | 0 0
  1. --Error
  2. ...erolinewars\scripts\vscripts\abilities\crushing_wave.lua:32: attempt to call method 'HasModifier' (a nil value)
  3.  
  4. --Code
  5. for _, ent in pairs(Entities:FindAllInSphere(point, 300)) do
  6.     if ent:HasModifier("dummy_modifier") then
  7. ...
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement