House System Problem
#6

Yes, the break should not be there, I forgot to remove it.

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))
        {
Reply


Messages In This Thread
House System Problem - by MadSkillz - 06.06.2012, 21:09
Re: House System Problem - by Yuryfury - 07.06.2012, 01:43
Re: House System Problem - by MadSkillz - 07.06.2012, 08:54
Re: House System Problem - by MadeMan - 07.06.2012, 09:01
Re: House System Problem - by MadSkillz - 07.06.2012, 09:16
Re: House System Problem - by MadeMan - 07.06.2012, 09:24
Re: House System Problem - by MadSkillz - 07.06.2012, 09:25

Forum Jump:


Users browsing this thread: 1 Guest(s)