mirror of
https://github.com/UberGames/RPG-X2.git
synced 2025-03-06 00:11:16 +00:00
4 lines
65 B
Lua
4 lines
65 B
Lua
|
function Example()
|
||
|
local ent;
|
||
|
ent = entity.FindBModel(22);
|
||
|
end
|