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