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