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