Houselocker problem
#2

Why you use a '!' ?
pawn Код:
if(!strcmp(tmp, "take"))
It should be:
pawn Код:
if(strcmp(tmp, "take"))
Reply


Messages In This Thread
Houselocker problem - by Camorra - 31.03.2013, 22:35
Re: Houselocker problem - by zxc1 - 31.03.2013, 22:44
Re: Houselocker problem - by Camorra - 31.03.2013, 22:51
Re: Houselocker problem - by zxc1 - 31.03.2013, 23:09
Re: Houselocker problem - by Camorra - 31.03.2013, 23:09
Re: Houselocker problem - by zxc1 - 31.03.2013, 23:44
Re: Houselocker problem - by Camorra - 31.03.2013, 23:57
Re: Houselocker problem - by zxc1 - 01.04.2013, 09:30
Re: Houselocker problem - by Denying - 01.04.2013, 10:46
Re: Houselocker problem - by Camorra - 01.04.2013, 13:20

Forum Jump:


Users browsing this thread: 1 Guest(s)