im currently making a trainer and I need to add a give weapon. So is there a way of finding an address for this or is there a dvar. This is for multiplayer by the way but can anyone help? I need it for each individual player though thanks
Originally Posted by FluentPC
im currently making a trainer and I need to add a give weapon. So is there a way of finding an address for this or is there a dvar. This is for multiplayer by the way but can anyone help? I need it for each individual player though thanks
Hey man, now i'm no expert at this but you could find the address for the weapon your player is holding in his hand and once that's found find the weapon id of the gun you're trying to give :P
Search for an unknown value, change your weapon(pick up an other one), search for changed value, pick up an other one, search for changed value, repeat.
thanks turns out they are byte values and its very confusing the way it works there is a slot for what weapon your holding a slot for attachment 1 and 2 and 3. weird I found a few ids
MP7 = 2
MSMC = 8
VECTOR = 6
SKORPION = 12
COMBAT AXE = 87
LSAT = 60
DEFAULT_WEAPON = 1