Перейти к содержимому
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.

GSC Modding - some (useful) stuff

Featured Replies

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

Just some helpful codes, dvars, lists, ...

 

-----------------------------------------------------------------------------------------------

-----------------------------------------------------------------------------------------------

 

Weapons

A weapon list (with Claymore, Grenade, ...): Click me!

Useful stuff:

self giveWeapon( "WEAPON_NAME", 0, true );          //Give weapon
self GiveMaxAmmo("WEAPON_NAME");          //Give max. ammo
self setWeaponAmmoClip( "WEAPON_NAME", VALUE );          //set ammo clip to VALUE
self setWeaponAmmoStock ( "WEAPON_NAME", VALUE );          //set ammo stock to VALUE
self takeAllWeapons();          //Take all weapons

 

-----------------------------------------------------------------------------------------------

-----------------------------------------------------------------------------------------------

 

Perks

List of perks: Click me!

Useful stuff:

self maps\mp\perks\_perks::givePerk("PERK_NAME");          //give perk
self _clearPerks();          //take all perks

 

-----------------------------------------------------------------------------------------------

-----------------------------------------------------------------------------------------------

 

Camos

List of camos (and their numbers):

woodland          //1
desert          //2
arctic          //3
digital          //4
red_urban          //5
red_tiger          //6
blue_tiger          //7
orange_fall          //8

Useful stuff:

self giveWeapon( "WEAPON_NAME", CAMO_NUMBER, true );          //give weapon with camo

 

-----------------------------------------------------------------------------------------------

-----------------------------------------------------------------------------------------------

 

Attachments

You don't really need this, because they're already in the weapon list.

acog
grip
gl
tactical
reflex
silencer
akimbo
thermal
shotgun
heartbeat
fmj
rof
dtap
xmags
mags
eotech

 

-----------------------------------------------------------------------------------------------

-----------------------------------------------------------------------------------------------

 

DVARs

List: Click me!

How to use them:

1. Match DVARs: [b]setDvar( "DVAR", VALUE );[/b]
2. Sticky DVARs: [b]setClientDvar( "DVAR", VALUE );[/b]

 

-----------------------------------------------------------------------------------------------

-----------------------------------------------------------------------------------------------

 

That's it, more will be added later.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Гость
Ответить в тему...

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

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

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

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

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.