strcmp problem
#4

Don't use " != 0 " because it might not get it as a compiler sometimes, I might sound as a retard but it happens a lot of times with me specially while using other programming languages as C++ etc.
Use " == 0 " or " == 1 " and I believe if you used the following it might work smoothly.

Quote:
Originally Posted by coool
Посмотреть сообщение
PHP код:
if(strcmp(RoomInfo[i][Owner],playername)==0
Reply


Messages In This Thread
strcmp problem - by 3417512908 - 15.07.2018, 04:12
Re: strcmp problem - by 3417512908 - 15.07.2018, 04:14
Re: strcmp problem - by coool - 15.07.2018, 06:18
Re: strcmp problem - by SytonicX - 15.07.2018, 11:51

Forum Jump:


Users browsing this thread: 1 Guest(s)