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
Crashdetect Array Index out of bounds.
[WSF]ThA_Devil
Gangsta
Posts: 662
Threads: 102
Joined: Sep 2010
Reputation:
0
#5
28.01.2014, 17:32
Quote:
Originally Posted by
Konstantinos
listitem is -1. What's the line 605?
Before using listitem inside [] in the array HelpMeListItem, you should check if the value is not out of bounds.
pawn Код:
if
(
0
<=
listitem
<
25
)
{
// you can use listitem in HelpMeListItem with safety here
}
I managed to fix it by storing listitem from PREVIOUS dialog into an array, so it can be carried over to DIALOG_STYLE_MSGBOX response...
Find
Reply
«
Next Oldest
|
Next Newest
»
Messages In This Thread
Crashdetect Array Index out of bounds.
- by
[WSF]ThA_Devil
- 28.01.2014, 17:09
Re: Crashdetect Array Index out of bounds.
- by
Konstantinos
- 28.01.2014, 17:12
Re: Crashdetect Array Index out of bounds.
- by
[WSF]ThA_Devil
- 28.01.2014, 17:24
Re: Crashdetect Array Index out of bounds.
- by
Konstantinos
- 28.01.2014, 17:28
Re: Crashdetect Array Index out of bounds.
- by
[WSF]ThA_Devil
- 28.01.2014, 17:32
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