Problem
#2

I don't see any problem at far, maybe you can try to do use this:
pawn Код:
switch(HouseInfo[h][hLock])
{
    case 1: status = "Otkluceno";
    case 2: status = "Zakluceno";
}
Instead of this:
pawn Код:
if(HouseInfo[h][hLock] == 0) { status = "Otkluceno"; }
else if(HouseInfo[h][hLock] == 1) { status = "Zakluceno"; }
And also use else here instead else if:
pawn Код:
else if(HouseInfo[h][hOwned] == 1)
Reply


Messages In This Thread
Problem - by erorche - 20.06.2013, 16:56
Respuesta: Problem - by Praox - 20.06.2013, 18:00

Forum Jump:


Users browsing this thread: 2 Guest(s)