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