07.06.2012, 09:24
Yes, the break should not be there, I forgot to remove it.
Add a debug message and see what you get
Add a debug message and see what you get
pawn Код:
new x = GetClosestHouseID(playerid);
format(string41, sizeof(string41), "Right code: %d Entered code: %d", house[x][hLockCode], strval(inputtext));
SendClientMessage(playerid, -1, string41);
if(house[x][hLockCode] == strval(inputtext))
{

