SA-MP Forums Archive
Spawning vehicles after loading them - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Spawning vehicles after loading them (/showthread.php?tid=395786)



Spawning vehicles after loading them[solved] - ADY26 - 27.11.2012

Solved.


Re: Spawning vehicles after loading them - Smally - 27.11.2012

pawn Код:
for(new i = 1; i<=3; i++)
Change to this
pawn Код:
for(new i; i<=100; i++)
To that


Re: Spawning vehicles after loading them - ADY26 - 27.11.2012

No.. still the same.. but now that i look at it, it seems wrong to me..
After it says Numer of vehicle models: 0
It prints the data of the cars.. so i think maybe that my code is broken ?
http://pastebin.com/94k81fqi


Re: Spawning vehicles after loading them - Smally - 27.11.2012

You're using R7?


Re: Spawning vehicles after loading them - ADY26 - 27.11.2012

Quote:
Originally Posted by Lido
Посмотреть сообщение
You're using R7?
Yep.
God.. it was so simple.
Anyway thanks for helping me ;d.