House help!!!
#1

I need a function that reads all files with 0 to MAX_HOUSES*!!!

*#define MAX_HOUSES 100
Reply
#2

I don't understand .. you want a function which reads through all your houses ?

Something like this :

pawn Код:
for(new h = 0; h < MAX_HOUSES; h++)
{
     // your code here where "h" is every houses's id
}
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)