mirror of
https://bitbucket.org/Ioncannon/project-meteor-server.git
synced 2025-04-20 11:47:48 +00:00
6 lines
No EOL
168 B
Lua
6 lines
No EOL
168 B
Lua
function onEventStarted(player, caller, eventType, eventName, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8)
|
|
|
|
player:SetCurrentJob(17);
|
|
|
|
player:EndEvent();
|
|
end |