mirror of
https://bitbucket.org/Ioncannon/project-meteor-server.git
synced 2025-04-22 04:37:47 +00:00
9 lines
175 B
Lua
9 lines
175 B
Lua
![]() |
function onZoneInit(zone)
|
||
|
end
|
||
|
|
||
|
function onZoneIn(player)
|
||
|
player:sendMessage(0x1D,"",">Callback \"onZoneIn\" for zone 133 running.");
|
||
|
end
|
||
|
|
||
|
function onZoneOut(zone, player)
|
||
|
end
|