Won't read "nobody"
#6

Quote:
Originally Posted by dice7
pawn Код:
if(strcmp(HInfo[houseid][owner], "nobody", true) == 0)
the ==0 is equal to (not true)

i think it has to be ==1, because it has to be nobody... so it has to be

pawn Код:
if(strcmp(HInfo[houseid][owner], "nobody", true) == 1)
Reply


Messages In This Thread
Won't read "nobody" - by CAR - 20.10.2009, 10:21
Re: Won't read "nobody" - by Mike Garber - 20.10.2009, 12:29
Re: Won't read "nobody" - by CAR - 20.10.2009, 12:55
Re: Won't read "nobody" - by dice7 - 20.10.2009, 14:54
Re: Won't read "nobody" - by CAR - 20.10.2009, 16:01
Re: Won't read "nobody" - by Clank - 20.10.2009, 16:15
Re: Won't read "nobody" - by CAR - 20.10.2009, 16:23

Forum Jump:


Users browsing this thread: 1 Guest(s)