20.01.2013, 12:18
It does recognize it alright, it just tells you that you created a variable but didn't use it.
That will just give the player weapons with ids 0 through 5. Not the ones that you specified.
pawn Код:
GivePlayerWeapon(playerid, i, 10010);
pawn Код:
GivePlayerWeapon(playerid, weaponlist[i], 10010);