Advertisement
Guest User

Untitled

a guest
May 29th, 2017
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.61 KB | None | 0 0
  1.  
  2. ] rcon lua_openscript timercrash.lua
  3. Running script timercrash.lua...
  4.  - timer.Create(Entity(1),0,1,function(e) math.Max(3,e) end,Entity(1))
  5. Timer Error (Player [1][Python¹³²º]): lua\includes\extensions\math.lua:83: attempt to compare userdata with number
  6. Function:   @lua\timercrash.lua:5
  7. Arguments:  {Player [1][Python¹³²º],}
  8.  - timer.Simple(0,function(e) error"testing" end,Entity(2))
  9. Timer Error (Simple Timer): lua\timercrash.lua:9: testing
  10. Function:   @lua\timercrash.lua:9
  11. Arguments:  {[NULL Entity],}
  12.  - timer.Create("asd",3,function() end)
  13. lua\includes\modules\timer.lua:55: Invalid parameters
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement