19.03.2011, 17:49
Quote:
Aswell, i dont think you can have spaces "/cc 1" in your commands.
|
Although now that you brought my attention to that part of the code, why are people constantly using a length of 10 in their strcmp check for the command text comparison? It's like an obsession, but it's completely useless in all of these cases. Why do they even specify a length?
pawn Код:
if (strcmp("/color save", cmdtext, true) == 0)