You are viewing our Forum Archives. To view or take place in current topics click here.
#11. Posted:
Status: Offline
Joined: May 24, 201014Year Member
Posts: 1,251
Reputation Power: 150
Status: Offline
Joined: May 24, 201014Year Member
Posts: 1,251
Reputation Power: 150
B3asTxM0dd3r wroteself giveWeapon( "deserteaglegold_mp", 0, false );
He Means the code For The Weapon So you Can Put the Weapon In different Games Other Then Mw2
- 0useful
- 0not useful
#12. Posted:
Status: Offline
Joined: May 27, 201014Year Member
Posts: 526
Reputation Power: 42
Status: Offline
Joined: May 27, 201014Year Member
Posts: 526
Reputation Power: 42
X3N0N wroteB3asTxM0dd3r wroteself giveWeapon( "deserteaglegold_mp", 0, false );
He Means the code For The Weapon So you Can Put the Weapon In different Games Other Then Mw2
Yeaah
- 0useful
- 0not useful
#13. Posted:
Status: Offline
Joined: Apr 15, 201014Year Member
Posts: 2,332
Reputation Power: 89
Status: Offline
Joined: Apr 15, 201014Year Member
Posts: 2,332
Reputation Power: 89
After that it depends on what you want to do: If you want everyone to get the Deagle, edit your "MyModmapsmpgametypes_rank.gsc":
Find
Code:
in the onPlayerSpawned() function and add
Code:
If just you want to get the Deagle add instead:
Code:
Start LauncherX.exe and click "Auto Inject", start the game and get host.
Find
Code:
self waittill("spawned_player");
in the onPlayerSpawned() function and add
Code:
self giveWeapon( "deserteaglegold_mp", 0, false );
If just you want to get the Deagle add instead:
Code:
if (self isHost()) {
self giveWeapon( "deserteaglegold_mp", 0, false );
}
Start LauncherX.exe and click "Auto Inject", start the game and get host.
- 0useful
- 0not useful
#14. Posted:
Status: Offline
Joined: Mar 06, 201014Year Member
Posts: 638
Reputation Power: 51
Status: Offline
Joined: Mar 06, 201014Year Member
Posts: 638
Reputation Power: 51
oh lol its just
deserteaglegold_mp
- 0useful
- 0not useful
#15. Posted:
Status: Offline
Joined: May 27, 201014Year Member
Posts: 526
Reputation Power: 42
Status: Offline
Joined: May 27, 201014Year Member
Posts: 526
Reputation Power: 42
B3asTxM0dd3r wrote oh lol its justdeserteaglegold_mp
I Need The GSC Code
So I Can Put It In Other Games
Someone please help
- 0useful
- 0not useful
#16. Posted:
Status: Offline
Joined: May 24, 201014Year Member
Posts: 1,251
Reputation Power: 150
Status: Offline
Joined: May 24, 201014Year Member
Posts: 1,251
Reputation Power: 150
B3asTxM0dd3r wrote oh lol its justdeserteaglegold_mp
we Need The DataCause all That Code Does Is Telll the Game To Use The File Called Gold Deagle ...... So Does Anyone Have The Data
- 0useful
- 0not useful
#17. Posted:
Status: Offline
Joined: May 27, 201014Year Member
Posts: 526
Reputation Power: 42
Status: Offline
Joined: May 27, 201014Year Member
Posts: 526
Reputation Power: 42
X3N0N wroteB3asTxM0dd3r wrote oh lol its justdeserteaglegold_mp
we Need The DataCause all That Code Does Is Telll the Game To Use The File Called Gold Deagle ...... So Does Anyone Have The Data
Yeah Im Willing To Pay 5 dollars Paypal
- 0useful
- 0not useful
#18. Posted:
Status: Offline
Joined: Mar 06, 201014Year Member
Posts: 638
Reputation Power: 51
Status: Offline
Joined: Mar 06, 201014Year Member
Posts: 638
Reputation Power: 51
yo msg me on aim. easier to talk.
-bballchace99
-bballchace99
- 0useful
- 0not useful
#19. Posted:
Status: Offline
Joined: May 24, 201014Year Member
Posts: 1,251
Reputation Power: 150
Status: Offline
Joined: May 24, 201014Year Member
Posts: 1,251
Reputation Power: 150
B3asTxM0dd3r wrote yo msg me on aim. easier to talk.
-bballchace99
ok go on the group chat
- 0useful
- 0not useful
You are viewing our Forum Archives. To view or take place in current topics click here.