Example of a string formatted incorrectly:
PHP Code:
formatex("lolzor: %s (1) || %s (2) || %s (3)", "Hello", "Cool");
As you can see, there's 3 '%s' but only 2 Strings to fetch.
You used '%d' twice but only 1 variable to fetch
PHP Code:
len += format(motd[len], MAX_BUFFER_LENGTH-len,"<left><font color=^"red^"><B>Deaths</B> - <font color=^"white^">%d/%d</color></left>^n",stats[1])
__________________