07.04.2017, 16:43
I meant
dbg("global", CORE, "[OnScriptExit] in /gamemodes/sss/core/world/safebox.pwn");
Was replaced by
d:3:GLOBAL_DEBUG("[OnScriptExit] in /gamemodes/sss/core/world/safebox.pwn");
then what should be replaced by
d:1:HANDLER("[box_PickUp] Player %p picked up container %d GEID: %d at %f %f %f", playerid, itemid, box_GEID[itemid], x, y, z);
dbg("global", CORE, "[OnScriptExit] in /gamemodes/sss/core/world/safebox.pwn");
Was replaced by
d:3:GLOBAL_DEBUG("[OnScriptExit] in /gamemodes/sss/core/world/safebox.pwn");
then what should be replaced by
d:1:HANDLER("[box_PickUp] Player %p picked up container %d GEID: %d at %f %f %f", playerid, itemid, box_GEID[itemid], x, y, z);