Comparing 2 strings
#5

Quote:
Originally Posted by Darkwood17
Посмотреть сообщение
It should be
Код:
if(!strcmp(name,HouseInfo[79][hOwner], true)) return SendClientMessage(playerid, -1, "match");
It will work same as
Код:
if(strcmp(name,HouseInfo[79][hOwner], true) == 0) return SendClientMessage(playerid, -1, "match");
Quote:
Originally Posted by saffierr
Посмотреть сообщение
or
PHP код:
if(!strcmp(name,HouseInfo[79][hOwner], true)) return SendClientMessage(playerid, -1"match"); 
Yeah, whats wrong with mine then?
Reply


Messages In This Thread
Comparing 2 strings - by Aa12 - 07.01.2016, 20:48
Re: Comparing 2 strings - by Darkwood17 - 07.01.2016, 21:00
Re: Comparing 2 strings - by saffierr - 07.01.2016, 21:16
Re: Comparing 2 strings - by Darkwood17 - 07.01.2016, 21:25
Re: Comparing 2 strings - by saffierr - 07.01.2016, 21:40
Re: Comparing 2 strings - by Aa12 - 08.01.2016, 08:31
Re: Comparing 2 strings - by Rufio - 08.01.2016, 08:50
Re: Comparing 2 strings - by Aa12 - 08.01.2016, 14:07
Re: Comparing 2 strings - by Aa12 - 08.01.2016, 17:20

Forum Jump:


Users browsing this thread: 3 Guest(s)