Little debug handler issue
#1

Код:
We used dbg("global", CORE, "[OnScriptExit] in /gamemodes/sss/core/world/safebox.pwn");  in place of d:3:GLOBAL_DEBUG("[OnScriptExit] in /gamemodes/sss/core/world/safebox.pwn");
Then what do we use in place of
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);?
Southclaw's Scavenge Survive,
sss/core/world/safebox.pwn, editing that.
Reply
#2

I'm not sure what you're trying to achieve. Give us some more information about your issue.
Reply
#3

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);
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)