need help other players cant get in business...
#7

pawn Код:
// Loop through all player-owned businesses
        for (new BusSlot; BusSlot < MAX_BUSINESSPERPLAYER; BusSlot++)
        {
            // Get the business-id at the selected slot from the player
            BusID = APlayerData[playerid][Business][BusSlot];

            // Check if the player has a business in this slot
            if (BusID != 0)
            {
I think this is it, correct me if I'm wrong. If a player does not have a BizSlot, wouldn't it prevent them from entering?
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 2 Guest(s)