03-02-2015, 04:30 AM
(This post was last modified: 03-02-2015, 04:31 AM by Seadragon91.)
@xoft did you already looked at the error
I tested this code in my test plugin
Thanks,
Seadragon91
Code:
argument #1 is 'cArrowEntity'; 'const cEntity' expected.
I tested this code in my test plugin
Code:
function OnSpawningEntity(World, Entity)
if (not Entity:IsMob()) then -- Spawns the error above
return false
end
end
Thanks,
Seadragon91