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
Help Archive
Linear Mode
how to get all vehicles from mysql...
Criss_Angel
Huge Clucker
Posts: 384
Threads: 72
Joined: Jun 2009
Reputation:
0
#4
18.02.2011, 11:31
try
pawn Код:
new
here;
for
(
new
v
=
0
; v
<
mysql_num_rows
(
)
; v
++
)
{
here
++
;
mysql_fetch_row
(
here
)
;
}
Find
Reply
«
Next Oldest
|
Next Newest
»
Messages In This Thread
how to get all vehicles from mysql...
- by
Sascha
- 17.02.2011, 18:30
Re: how to get all vehicles from mysql...
- by
Blacklite
- 17.02.2011, 20:05
Re: how to get all vehicles from mysql...
- by
Sascha
- 18.02.2011, 09:39
Re: how to get all vehicles from mysql...
- by
Criss_Angel
- 18.02.2011, 11:31
Re: how to get all vehicles from mysql...
- by
Sascha
- 18.02.2011, 13:01
Re: how to get all vehicles from mysql...
- by
Sascha
- 19.02.2011, 15:13
Re: how to get all vehicles from mysql...
- by
Blacklite
- 21.02.2011, 07:36
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
Help Archive