3 lines
86 B
Lua
3 lines
86 B
Lua
player = entityAdd(ENTITY_TYPE_PLAYER, 3, 6, 1)
|
|
|
|
print("Player entity ID: " .. player) |