pls help with error messages
#5

pawn Код:
if(slapt==inputtext){
You shouldn't check stuff like that, use Strcmp to compare inputtext with something.
Example:
pawn Код:
if(!strcmp(inputtext, "slapt", true))
Haven't tested, but might work.
Reply


Messages In This Thread
pls help with error messages - by lollypap54 - 31.01.2015, 12:56
Re: pls help with error messages - by nezo2001 - 31.01.2015, 12:59
Re: pls help with error messages - by lollypap54 - 31.01.2015, 13:16
Re: pls help with error messages - by M4D - 31.01.2015, 13:19
Re: pls help with error messages - by CalvinC - 31.01.2015, 13:25
Re: pls help with error messages - by lollypap54 - 31.01.2015, 14:43

Forum Jump:


Users browsing this thread: 1 Guest(s)