25.01.2014, 15:36
You need to use a loop to go through all existing houses I believe.
Example (taking from my vehicle system):
Example (taking from my vehicle system):
pawn Код:
for(new VID = 1; VID < sizeof(VehicleInfo); VID++)
{
// code
}