12.01.2014, 09:09
Quote:
As we said, we need the picture where it also says the lines on the left, either translate our replies or go ahead and make your stupid nonsense video.
|
@Topic:
error 029: invalid expression, assumed zero
means that you messed up with the expressions somewhere.
and you actually did.
Youre missing a ")" bracket at
else if(strcmp(cmd, "/helpers", true) == 0
it should look like:
else if(strcmp(cmd, "/helpers", true) == 0 )
btw. copy&paste the code next time instead of an SS :P