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