View Single Post
Author Message
mug1wara
AlliedModders Donor
Join Date: Jun 2018
Old 08-15-2018 , 13:09   Get client's weapons.
Reply With Quote #1

Hi, I'm trying to loop through all weapons that the client has then store it in an array.

Eg.
sWeapon[0] = "weapon_awp";
sWeapon[1] = "weapon_deagle";
sWeapon[2] = "weapon_knife";

the index = the weapon slots.

I found this so difficult I came here to ask for help (trust me, I already googled a whole lot).
mug1wara is offline