Forum
Search
Members
Help
Hello There, Guest!
Login
Username:
Password:
Lost Password?
Remember me
SA-MP Forums Archive
SA-MP Scripting and Plugins
Scripting Help
Threaded Mode
Spawning vehicles after loading them
ADY26
Little Clucker
Posts: 19
Threads: 7
Joined: Jul 2009
Reputation:
0
#1
27.11.2012, 18:48
(
Последний раз редактировалось ADY26; 27.11.2012 в 19:50.
)
Solved.
Find
Reply
Smally
Huge Clucker
Posts: 400
Threads: 11
Joined: Jul 2011
Reputation:
0
#2
27.11.2012, 19:20
pawn Код:
for
(
new
i
=
1
; i
<=
3
; i
++
)
Change to this
pawn Код:
for
(
new
i; i
<=
100
; i
++
)
To that
Find
Reply
ADY26
Little Clucker
Posts: 19
Threads: 7
Joined: Jul 2009
Reputation:
0
#3
27.11.2012, 19:24
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
Find
Reply
Smally
Huge Clucker
Posts: 400
Threads: 11
Joined: Jul 2011
Reputation:
0
#4
27.11.2012, 19:29
You're using R7?
Find
Reply
ADY26
Little Clucker
Posts: 19
Threads: 7
Joined: Jul 2009
Reputation:
0
#5
27.11.2012, 19:31
Quote:
Originally Posted by
Lido
You're using R7?
Yep.
God.. it was so simple.
Anyway thanks for helping me ;d.
Find
Reply
«
Next Oldest
|
Next Newest
»
View a Printable Version
Forum Jump:
Private Messages
User Control Panel
Who's Online
Search
Forum Home
SA-MP
-- News and Updates
-- General
-- Client Support
-- Bug Reports
-- Screenshots and Videos
SA-MP Server
-- Server Support
-- Server Advertisements
SA-MP Scripting and Plugins
-- Scripting Help
---- Tutorials
---- Discussion
---- Help Archive
-- Gamemode Scripts
-- Filterscripts
---- Includes
---- Tools and Files
---- Maps
-- Plugin Development
SA-MP DL Edition
-- SA-MP 0.3.DL
---- Model Releases
Other
-- Everything and Nothing
Non-English
-- Languages
---- Nederlands/Dutch
------ Scripting Showroom en Discussie
------ Off topic
---- Español/Spanish
------ Lanzamientos/Releases
---- Français/French
------ Showroom
---- Русский/Russian
------ Релизы/Releases
---- Português/Portuguese
------ Lançamentos/Releases
---- Română/Romanian
------ Salonul Scripturilor
---- Archive
Users browsing this thread: 1 Guest(s)
SA-MP Forums Archive
SA-MP Scripting and Plugins
Scripting Help