Help with errors
#1

Please, help me

Errors
Код:
(690) : error 017: undefined symbol "aDB"
(690) : warning 215: expression has no effect
(690) : error 001: expected token: ";", but found "]"
(690) : error 029: invalid expression, assumed zero
(690) : fatal error 107: too many error messages on one line
Line
Код:
if(dini_Int( file, "Admin" ) == 1){aDB[ playerid ][ Admin ] = true;}
Reply
#2

you haven't defined aDB
Reply
#3

"define" meaning you didn't put something like:
pawn Код:
new aDB[MAX_PLAYERS][Admin]//[MAX_PLAYERS] means playerid in your case
Reply
#4

Quote:
Originally Posted by L.Hudson
Посмотреть сообщение
"define" meaning you didn't put something like:
pawn Код:
new aDB[MAX_PLAYERS][Admin]//[MAX_PLAYERS] means playerid in your case
Still same errors
Reply
#5

was that line apart of your script or did you just throw it in there? just do a search threw your code to see what you find 'Ctrl+F' "aDB"
Reply
#6

[QUOTE=Weed15;2414620]Still same errors[/QUOTΕ]

I didn't tell you to put this I just gave you an example...
Reply
#7

You copied this code from somewhere, didn't you? aDB comes from a user enum most probably.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)