Перейти к содержимому
View in the app

A better way to browse. Learn more.

Zloplay community

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

How can i use gold deagle?

Featured Replies

Опубликовано:
  • Автор
I want to add it to my class.

 

But game doesnt show that weapon.

Can we add it with class editor ?

If there is class editor,pls give me link.

Make a mod, or go on promod, or get a regular desert eagle with this Awesome mod... viewtopic.php?f=17&t=2050

Can i use Gold deagle on normal tdm ?

I think its possible with class editor.

Опубликовано:
I want to add it to my class.

 

But game doesnt show that weapon.

Can we add it with class editor ?

If there is class editor,pls give me link.

Make a mod, or go on promod, or get a regular desert eagle with this Awesome mod... viewtopic.php?f=17&t=2050

Can i use Gold deagle on normal tdm ?

I think its possible with class editor.

no

Опубликовано:
Why no?

Even we can use gold deagle in first version of mw2.

Please just make a class editor.

What the hell are you talking about?!

I don't understand the last sentence.

 

And it's not really easy...

Опубликовано:
Why no?

Even we can use gold deagle in first version of mw2.

Please just make a class editor.

 

as

a) you need to be host to give yourself gold desert eagle

b)it is obtainable by modding, not using some shitty class editor which wont give you the weapon anyway

Опубликовано:
Why no?

Even we can use gold deagle in first version of mw2.

Please just make a class editor.

 

as

a) you need to be host to give yourself gold desert eagle

b)it is obtainable by modding, not using some shitty class editor which wont give you the weapon anyway

you can use a camo mod.. it will show you with a gold deagle but everyone else without the mod will show as a standard deagle.

Опубликовано:
I want to add it to my class.

 

But game doesnt show that weapon.

Can we add it with class editor ?

If there is class editor,pls give me link.

Make a mod, or go on promod, or get a regular desert eagle with this Awesome mod... viewtopic.php?f=17&t=2050

Can i use Gold deagle on normal tdm ?

I think its possible with class editor.

 

Nope, its blocked by default in _class.gsc.

Опубликовано:

really? found this.

 

Here are class names:
Code:

setPlayerData "customClasses" 0 "name" "Class" 
setPlayerData "customClasses" 1 "name" "Class" 
setPlayerData "customClasses" 2 "name" "Class" 
setPlayerData "customClasses" 3 "name" "Class" 
setPlayerData "customClasses" 4 "name" "Class" 
setPlayerData "customClasses" 5 "name" "Class" 
setPlayerData "customClasses" 6 "name" "Class" 
setPlayerData "customClasses" 7 "name" "Class" 
setPlayerData "customClasses" 8 "name" "Class"
setPlayerData "customClasses" 9 "name" "Class" 
setPlayerData "customClasses" 10 "name" "Class" 

Here is a class set-up example setting golden deagle (need copycat)..

Code:

setplayerdata "customClasses" 1 "weaponSetups" 1 "weapon" "deserteaglegold"
setplayerdata "customClasses" 2 "weaponSetups" 1 "weapon" "deserteaglegold"
setplayerdata "customClasses" 3 "weaponSetups" 1 "weapon" "deserteaglegold"
setplayerdata "customClasses" 4 "weaponSetups" 1 "weapon" "deserteaglegold"
setplayerdata "customClasses" 5 "weaponSetups" 1 "weapon" "deserteaglegold"
setplayerdata "customClasses" 6 "weaponSetups" 1 "weapon" "deserteaglegold"
setplayerdata "customClasses" 7 "weaponSetups" 1 "weapon" "deserteaglegold"
setplayerdata "customClasses" 8 "weaponSetups" 1 "weapon" "deserteaglegold"
setplayerdata "customClasses" 9 "weaponSetups" 1 "weapon" "deserteaglegold"
setplayerdata "customClasses" 10 "weaponSetups" 1 "weapon" "deserteaglegold"

Опубликовано:
really? found this.

I believe it disables that use of the "deserteaglegold" though.

It will just give you an M4 or an USP.45, depending on whether you set it as a primary weapon or a secondary weapon.

Опубликовано:
really? found this.

I believe it disables that use of the "deserteaglegold" though.

Right, you can't use it if the server has the default _class.gsc:

 

isValidSecondary( refString )
{
switch ( refString )
{
	case "beretta":
	case "usp":
	case "deserteagle":
	case "coltanaconda":
	case "glock":
	case "beretta393":
	case "pp2000":
	case "tmp":
	case "m79":
	case "rpg":
	case "at4":
	case "stinger":
	case "javelin":
	case "ranger":
	case "model1887":
	case "striker":
	case "aa12":
	case "m1014":
	case "spas12":
	case "onemanarmy":
		return true;
	default:
		assertMsg( "Replacing invalid secondary weapon: " + refString );
		return false;
}
}

 

This obviously returns false, if you don't add a case: "deserteaglegold" to the switch statement...

 

The function is called here:

if ( !isValidSecondary( loadoutSecondary ) || (isCustomClass && !self isItemUnlocked( loadoutSecondary )) )
		loadoutSecondary = table_getWeapon( level.classTableName, 10, 1 );

 

This will set your secondary to USP .45.

 

 

Why no?

Even we can use gold deagle in first version of mw2.

Please just make a class editor.

 

Yes, it was possible in the first versions of mw2, since the "old" _class.gsc didnt have the weapon check stated above^^. But now every normal server should have the "new" _class.gsc, so its impossible to get a gold deagle just with class editor.

  • 4 weeks later...
Опубликовано:
I want to add it to my class.

 

But game doesnt show that weapon.

Can we add it with class editor ?

If there is class editor,pls give me link.

Type fs_game mods/В«modNameВ»

then Use a modmenu and choose "modded class" or "Gold Deagle custom class"

( with HaVoC_UnDeAD_PaTcH u can use "modded class" )

Опубликовано:
^2x^3GaMoS91x":218pakvz]
I want to add it to my class.

 

But game doesnt show that weapon.

Can we add it with class editor ?

If there is class editor,pls give me link.

Type fs_game mods/В«modNameВ»

then Use a modmenu and choose "modded class" or "Gold Deagle custom class"

( with HaVoC_UnDeAD_PaTcH u can use "modded class" )

 

Oh look, a miner!

Гость
Эта тема закрыта для публикации сообщений.

Сейчас на странице 0

  • Нет пользователей, просматривающих эту страницу

Важная информация

Используя этот сайт, вы соглашаетесь Условия использования.

Account

Navigation

Поиск

Поиск

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.