From 1d23256b629c02102f57b6262d261c6a4c986887 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Fri, 2 Jan 2015 12:41:30 +0300 Subject: Add script command to call timer on players in area. New script command: areatimer map, x1, y1, x2, y2, tick, event --- src/map/init.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/map/init.c') diff --git a/src/map/init.c b/src/map/init.c index f53de01..cb8eece 100644 --- a/src/map/init.c +++ b/src/map/init.c @@ -95,6 +95,7 @@ HPExport void plugin_init (void) addScriptCommand("getmapname", "", getMapName); addScriptCommand("unequipbyid", "i", unequipById); addScriptCommand("ispcdead", "", isPcDead); + addScriptCommand("areatimer", "siiiii*", areaTimer); do_init_langs(); -- cgit v1.2.3-60-g2f50