07.06.2011, 00:26
Replace the first line of your code (Starting the command) with this
I have no idea why, but you've put an exclamation mark in front of the strcmp (comparing the inputted string with the one you want, in your case /setweather), which is obviously causing it not to work :P
pawn Код:
if (strcmp(cmd, "/setweather", true) == 0)