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:
@@ -20,7 +20,7 @@ function onTrigger(player, argc, weather, updateTime, zonewide)
|
||||
if zonewide ~= 0 then
|
||||
message = string.format(message.."for zone %u", player:GetZoneID());
|
||||
else
|
||||
message = string.format(message.."%s", player:GetName());
|
||||
message = message..player:GetName();
|
||||
end;
|
||||
-- weatherid, updateTime
|
||||
player:GetZone():ChangeWeather(weather, updateTime, player, zonewide ~= 0);
|
||||
|
Reference in New Issue
Block a user