12.01.2011, 03:50
Quote:
Alright haha :P
This is the beginning of the LoadCars function. The rest is unneeded to post, as it all works correctly. pawn Код:
Also, this shows that it stops loading after the first car, although I doubt it's even spawning the first car at all. Код:
[19:42:08] Loading Cars... [19:42:08] SQL: SELECT VEHid,model,x,y,z,o,color1,color2,respawndelay, ownable, ownerid, factionid, jobid, engine, fuel, locked, trunkopen, hoodopen, trunkinv1, trunkinv2, trunkinv3, trunkinv4, trunkinv5, trunkqnt1, trunkqnt2, trunkqnt3, trunkqnt4, trunkqnt5 FROM vehicles ORDER BY VEHid ASC [19:42:08] 1|596|1601.45|-1683.92|5.6132|90.1938|0|1|900000|0|0|1|0|0|100|0|0|0|0|0|0|0|0|0|0|0|0|0 [19:42:08] Number of vehicle models: 0 |
Post the entire function, i dont see the problem yet and i think its somewhere inside you're loop :P.