Post: [RELEASE]GivePlayerWeapon for 1.12
05-19-2014, 06:59 PM #1
FFM | iMoDzRGFR
Are you high?
(adsbygoogle = window.adsbygoogle || []).push({});
Originally posted by another user
Hello i release the GivePlayerWeapon for 1.12


Put this in your form

public static class Conversions
{
public static uint G_Client = 0xF44400;
public static byte[] ReverseBytes(byte[] input)
{
Array.Reverse(input);
return input;
}
}




And next put this in your form


private void GiveWeapon(int client, int weapon, int ammo, int akimbo)
{
CallFunction(0x292B5C, (uint)(Conversions.G_Client + (client * 0x3700)), weapon, akimbo);
CallFunction(0x2470FC, (uint)(Conversions.G_Client + (client * 0x3700)), weapon, 0, ammo, 1);
CallFunction(0x69A3F4, client, 0, "a \"" + weapon + "\"");
}
//0x292B5C- G_GivePlayerWeapon Offset
//0x2470FC- Add_Ammo Offset
//0x69A3F4- SV Offset
//0x3700 - Index/Intervnal


How tu use this ?


GiveWeapon(0, (weapon id here), 999, 0);


Credit :
- ZeroNGU's
- And me for upating
Last edited by FFM | iMoDzRGFR ; 05-19-2014 at 07:18 PM.

The following 4 users say thank you to FFM | iMoDzRGFR for this useful post:

Mango_Knife, Notorious, SC58, Swaqq

The following 4 users groaned at FFM | iMoDzRGFR for this awful post:

FusionIsDaName, INSAN3LY_D34TH,
05-19-2014, 08:30 PM #2
Originally posted by FFM
Hello i release the GivePlayerWeapon for 1.12


Put this in your form

public static class Conversions
{
public static uint G_Client = 0xF44400;
public static byte[] ReverseBytes(byte[] input)
{
Array.Reverse(input);
return input;
}
}




And next put this in your form


private void GiveWeapon(int client, int weapon, int ammo, int akimbo)
{
CallFunction(0x292B5C, (uint)(Conversions.G_Client + (client * 0x3700)), weapon, akimbo);
CallFunction(0x2470FC, (uint)(Conversions.G_Client + (client * 0x3700)), weapon, 0, ammo, 1);
CallFunction(0x69A3F4, client, 0, "a \"" + weapon + "\"");
}
//0x292B5C- G_GivePlayerWeapon Offset
//0x2470FC- Add_Ammo Offset
//0x69A3F4- SV Offset
//0x3700 - Index/Intervnal


How tu use this ?


GiveWeapon(0, (weapon id here), 999, 0);


Credit :
- ZeroNGU's
- And me for upating


Ew....

Learn to use
    Coding Tags
05-19-2014, 09:49 PM #3
Notorious
Caprisuns Is Back
Originally posted by FFM
Hello i release the GivePlayerWeapon for 1.12


Put this in your form

public static class Conversions
{
public static uint G_Client = 0xF44400;
public static byte[] ReverseBytes(byte[] input)
{
Array.Reverse(input);
return input;
}
}




And next put this in your form


private void GiveWeapon(int client, int weapon, int ammo, int akimbo)
{
CallFunction(0x292B5C, (uint)(Conversions.G_Client + (client * 0x3700)), weapon, akimbo);
CallFunction(0x2470FC, (uint)(Conversions.G_Client + (client * 0x3700)), weapon, 0, ammo, 1);
CallFunction(0x69A3F4, client, 0, "a \"" + weapon + "\"");
}
//0x292B5C- G_GivePlayerWeapon Offset
//0x2470FC- Add_Ammo Offset
//0x69A3F4- SV Offset
//0x3700 - Index/Intervnal


How tu use this ?


GiveWeapon(0, (weapon id here), 999, 0);


Credit :
- ZeroNGU's
- And me for upating


Cool. Try to use
     [ /CODE]   (no spaces)
05-20-2014, 03:37 AM #4
SC58
Former Staff
Originally posted by FFM
Hello i release the GivePlayerWeapon for 1.12


Put this in your form

public static class Conversions
{
public static uint G_Client = 0xF44400;
public static byte[] ReverseBytes(byte[] input)
{
Array.Reverse(input);
return input;
}
}




And next put this in your form


private void GiveWeapon(int client, int weapon, int ammo, int akimbo)
{
CallFunction(0x292B5C, (uint)(Conversions.G_Client + (client * 0x3700)), weapon, akimbo);
CallFunction(0x2470FC, (uint)(Conversions.G_Client + (client * 0x3700)), weapon, 0, ammo, 1);
CallFunction(0x69A3F4, client, 0, "a \"" + weapon + "\"");
}
//0x292B5C- G_GivePlayerWeapon Offset
//0x2470FC- Add_Ammo Offset
//0x69A3F4- SV Offset
//0x3700 - Index/Intervnal


How tu use this ?


GiveWeapon(0, (weapon id here), 999, 0);


Credit :
- ZeroNGU's
- And me for upating


Thanks Bro, You saved my day, Been trying to update this since 1.12 came out =3
05-20-2014, 03:47 AM #5
iMoDz-Baptiste
Do a barrel roll!
It's so difficult to update :troll:
05-20-2014, 11:28 PM #6
srsly
05-21-2014, 02:24 AM #7
SC58
Former Staff
Originally posted by B1TW153 View Post
srsly


I know rightttt!!!! it helped me out alot!
05-21-2014, 04:11 AM #8
iMoDz-Baptiste
Do a barrel roll!
Originally posted by SC58 View Post
I know rightttt!!!! it helped me out alot!


Me too xD :troll:

The following user thanked iMoDz-Baptiste for this useful post:

SC58
05-21-2014, 08:12 AM #9
BVBdede
Do a barrel roll!
Great.....

Copyright © 2024, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo