Reports Questions Send only for DutyOn Admins?
#7

Fixed

The Problem was here :
Code:
f(strcmp(cmd, "/report", true) == 0)
Must be
Code:
if(strcmp(cmd, "/report", true) == 0)
i Forgot the "i" for "if" .
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 7 Guest(s)