18.05.2013, 02:39
Some people does like this
and some people do like this
what is the difference between putting the '!' and not doing it in just that place?
EDIT: and also what is the '== 0' about? I mean you can still make exact cmd without the '== 0'
pawn Код:
if(strcmp(cmd, "/cmd", true) == 0)
pawn Код:
if(!strcmp(cmd, "/cmd", true) == 0)
EDIT: and also what is the '== 0' about? I mean you can still make exact cmd without the '== 0'