Switch() bug?!
#3

Try using for example instead of:
pawn Код:
switch(ObjetsInfo[xdd][QteMatos])
                {
                    case 0: ObjetsInfo[xdd][QteMatos] = 0;
try:
pawn Код:
if(ObjetsInfo[xdd][QteMatos] == 0)
{
//code here...
}
else
{
//if it's not 0....
}
if it works,keep it ,if not i will check your code again
Reply


Messages In This Thread
Switch() bug?! - by TheSy - 28.05.2014, 23:41
Re: Switch() bug?! - by TheSy - 29.05.2014, 12:07
Re: Switch() bug?! - by R0 - 29.05.2014, 12:33
Re: Switch() bug?! - by TheSy - 30.05.2014, 20:21
Re: Switch() bug?! - by TheSy - 31.05.2014, 11:06
Re: Switch() bug?! - by TheSy - 02.06.2014, 16:49

Forum Jump:


Users browsing this thread: 1 Guest(s)