MySQL ID
#3

You may do something based on this way in the buy house command.

Let's loop tho all houses for example.

Code:
for (hID = 1; hID < MAX_HOUSES; hID++)
After you are done with this, you have to check does the house/ r the house pickup exist. Let's say..

Code:
if (!IsValidDynamicPickup(.......[hID][HousePickup])) break; //Free House ID was found.
Reply


Messages In This Thread
MySQL ID - by Kraeror - 19.01.2019, 11:06
Re: MySQL ID - by Chyakka - 19.01.2019, 12:59
Re: MySQL ID - by Hunud - 19.01.2019, 13:11

Forum Jump:


Users browsing this thread: 1 Guest(s)