mirror of
https://bitbucket.org/Ioncannon/project-meteor-server.git
synced 2025-05-20 08:26:59 -04:00
New scripts for the opening private areas, as well as db updates.
This commit is contained in:
@@ -6,6 +6,7 @@ Notes:
|
||||
|
||||
|
||||
--]]
|
||||
require("global")
|
||||
|
||||
function onEventStarted(player, actor, triggerName, pushCommand, unk1, unk2, unk3, ownerActorId, unk4, unk5, unk6, unk7)
|
||||
|
||||
@@ -15,6 +16,7 @@ function onEventStarted(player, actor, triggerName, pushCommand, unk1, unk2, unk
|
||||
if (actor:GetActorClassId() == 1200052) then
|
||||
player:kickEvent(actor, "commandJudgeMode", "commandJudgeMode");
|
||||
else
|
||||
printf("TEST");
|
||||
player:kickEvent(actor, "pushCommand", "pushCommand");
|
||||
end
|
||||
else
|
||||
|
Reference in New Issue
Block a user