Looping through 2D variable
#2

It does recognize it alright, it just tells you that you created a variable but didn't use it.

pawn Код:
GivePlayerWeapon(playerid, i, 10010);
That will just give the player weapons with ids 0 through 5. Not the ones that you specified.

pawn Код:
GivePlayerWeapon(playerid, weaponlist[i], 10010);
Reply


Messages In This Thread
Looping through 2D variable - by Income - 20.01.2013, 12:10
Re: Looping through 2D variable - by Vince - 20.01.2013, 12:18
Re: Looping through 2D variable - by Income - 20.01.2013, 12:22

Forum Jump:


Users browsing this thread: 1 Guest(s)