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
Linear Mode
dialog only loads the first integer
dicknyson
Banned
Posts: 48
Threads: 12
Joined: Feb 2016
#5
27.05.2016, 20:33
Quote:
for(new v = 0; v < sizeof(num_rows2); v++)
You're making "v" increment if it's less than the string length of "num_rows2". You need to change it to:
Код:
for(new v = 0; v < num_rows2; v++)
Find
Reply
«
Next Oldest
|
Next Newest
»
Messages In This Thread
dialog only loads the first integer
- by
justjamie
- 27.05.2016, 19:42
Re: dialog only loads the first integer
- by
justjamie
- 27.05.2016, 19:59
Re: dialog only loads the first integer
- by
Stinged
- 27.05.2016, 20:25
Re: dialog only loads the first integer
- by
justjamie
- 27.05.2016, 20:28
Re: dialog only loads the first integer
- by
dicknyson
- 27.05.2016, 20:33
Re: dialog only loads the first integer
- by
justjamie
- 28.05.2016, 16:37
Re: dialog only loads the first integer
- by
Stinged
- 28.05.2016, 20:37
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: 3 Guest(s)
SA-MP Forums Archive
SA-MP Scripting and Plugins
Scripting Help