rpg-x2/RPG-X2 Lua Documentation/examples/FindingEnts3.lua
2011-06-01 14:20:56 +02:00

4 lines
No EOL
65 B
Lua

function Example()
local ent;
ent = entity.FindBModel(22);
end