Posts: 92
Threads: 6
Joined: Sep 2013
Reputation:
0
if(strcmp(password, HouseInfo[ pInfo[playerid][Entering_House] ][hPassword]) != 0) return SendClientMessage(playerid, COLOR_GREY, "[SERVER] "BLUE"You have entered an incorrect password.");
here you return value, and other code is unreachable! so after this line add
else
{
//next code
return 1;
}
Posts: 92
Threads: 6
Joined: Sep 2013
Reputation:
0
and show your ondialogresponse