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
Threaded Mode
array must be indexed (variable "MedicBill")
Ihsan_Cingisiz
Huge Clucker
Posts: 290
Threads: 116
Joined: May 2010
Reputation:
0
#1
01.06.2010, 04:31
What does that mean, indexed?
Find
Reply
Ihsan_Cingisiz
Huge Clucker
Posts: 290
Threads: 116
Joined: May 2010
Reputation:
0
#2
01.06.2010, 04:33
Nevermind i found it
Find
Reply
Backwardsman97
High-roller
Posts: 1,501
Threads: 19
Joined: Nov 2007
Reputation:
0
#3
01.06.2010, 04:34
Just if you didn't give a certain index of that array to be used.
pawn Код:
new
array
[
4
]
;
array
=
2
;
That would be incorrect. Needs to be something like this.
pawn Код:
new
array
[
4
]
;
array
[
0
]
=
2
;
Edit:Shit
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
Help Archive