Enum help
#3

pawn Code:
2512    new HouseID;
2513    for (new HouseSlot; HouseSlot < MAX_HOUSESPERPLAYER; HouseSlot++)
2514    {
2515        // Get the HouseID from this slot
2516        HouseID = APlayerData[playerid][Houses][HouseSlot];
2517        // Check if there is a house in this slot
2518        if (HouseID != 0)
2519            HouseFile_Load(HouseID, true); // Load the cars of the house
2520    }
The problem is i need to use 3 fields. And it wants me to only use two. But since Houses[MAX_HOUSESPERPLAYER] needs a variable aswell it needs to be 3 fields...
Reply


Messages In This Thread
Enum help - by thimo - 06.07.2013, 12:41
Re: Enum help - by nickyW - 06.07.2013, 12:43
Re: Enum help - by thimo - 06.07.2013, 12:52

Forum Jump:


Users browsing this thread: 1 Guest(s)