"Check the definition and function call for accuracy...?\n"
),
sprintf(
+ #ifdef NOTIFICATIONS_DEBUG
"%s, '%s', %s, %s",
Get_Notif_BroadcastName(broadcast),
+ #else
+ "%d, '%s', %s, %s",
+ broadcast,
+ #endif
client.classname,
Get_Notif_TypeName(net_type),
notif.nent_name
"Check the definition and function call for accuracy...?\n"
),
sprintf(
+ #ifdef NOTIFICATIONS_DEBUG
"%s, '%s', %s, %s",
Get_Notif_BroadcastName(broadcast),
+ #else
+ "%d, '%s', %s, %s",
+ broadcast,
+ #endif
client.classname,
Get_Notif_TypeName(net_type),
notif.nent_name
#define NOTIF_ALL 5
#define NOTIF_ALL_EXCEPT 6
-#define IFSTR(num) ((num < notif.nent_stringcount) ? ...(num, string) : "")
-#define IFFL(num) ((((notif.nent_stringcount-1) + num) < count) ? ...(((notif.nent_stringcount-1) + num), float) : 0)
-
void Kill_Notification(
float broadcast, entity client,
float net_type, float net_name);