28.04.2014, 05:09
I don't really need help, I just have a question really. I attempted to create a simple dialog that will create a pickup if "pickup" is entered as inputtext. The first time I did it, it was this:
I tested it in-game and it didn't work. So I added a ! just for the hell of it (Which I assumed means "Doesn't" or "Not"). It seemed to work after this was added.
Anywho, I tried reading it and to me it says "If string compaired is not... blah blah." Why is ! neccessary when compairing strings?
pawn Код:
if(strcmp("pickup", inputtext, true))
Anywho, I tried reading it and to me it says "If string compaired is not... blah blah." Why is ! neccessary when compairing strings?

