House Password restriction
#1

Fixed already.
Reply
#2

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;
}
Reply
#3

and show your ondialogresponse
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)