03.07.2009, 01:21
Your array should look like this:
If you can't figure it out, post your "new Float:HouseCarSpawns[35][4]" and everything in it and I'll fix it for you.
Good luck.
pawn Код:
new Float:HouseCarSpawns[35][4] = {
... // All the other houses
{666.0776,-1419.2883,14.1500,0.0000} //House 34 (LAST HOUSE IN LIST)
};
Good luck.