Array must be indexed
#1

[Solved]
Reply
#2

recheck it:

pawn Код:
new Weapons[13][2];

if(Weapons[y] == DetectWeapons[x])
dind't you miss something?
Reply
#3

I really don't know, could you take a look at my pastebin code?

Thnx.
Reply
#4

do this

pawn Код:
if(Weapons[y][0] == DetectWeapons[x])
instead of this:

pawn Код:
if(Weapons[y] == DetectWeapons[x])
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)