Mod please delete
#1

FIXED.
Reply
#2

add a break when an empty slot got found and filled:
Код:
            WEEDS[playerid] = WEEDS[playerid] - 5;
            break;
        }
    }
    return 1;
}
Reply
#3

Close the for loop before sending client message
Reply
#4

Quote:
Originally Posted by Babul
Посмотреть сообщение
add a break when an empty slot got found and filled:
Код:
            WEEDS[playerid] = WEEDS[playerid] - 5;
            break;
        }
    }
    return 1;
}
break; didn't work. But return 1; did.

Thanks.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)