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

I need a special forces sniper skin for infected

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

is it possible to do this only for infected'd like to play in camouflage sniper SWAT

Featured Replies

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

I tried but did not work here is the code that I compiled but it did not work

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

мы как раз это делаем хотя еще не начинали

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

кстати весь код - бред. Не в том направлении мыслишь

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

кстати весь код - бред. Не в том направлении мыслишь

 

Warned for triple spam post

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

Yes, I already knew that the wrong code

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

Неужели так сложно вытащить из мода?

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using InfinityScript;

namespace ZComo
{
   public class ZombieComo : BaseScript
   {
       public ZombieComo()
           : base()
       {
           string env = getMapEnv(Call("getdvar", "mapname"));
           Call("setdvar", "env1", env);
           Call("precachemodel", "mp_body_ally_ghillie_" + env + "_sniper");
           if (Call("getdvar", "mapname").Equals("mp_radar"))
               env = "arctic";
           Call("setdvar", "env2", env);
           Call("precachemodel", "viewhands_iw5_ghillie_" + env);

           PlayerConnected += new Action(entity =>
           {
               entity.SpawnedPlayer += new Action(() =>
               {
                   if (entity.GetField("sessionstate") != "axis")
                   {
                       entity.Call("setmodel", "mp_body_ally_ghillie_" + Call("getdvar", "env1") + "_sniper");
                       entity.Call("setviewmodel", "viewhands_iw5_ghillie_" + Call("getdvar", "env2"));
                   }
               });
           });
       }

       public string getMapEnv(string mapname)
       {
           switch (mapname)
           {
               case "mp_alpha":
               case "mp_bootleg":
               case "mp_exchange":
               case "mp_hardhat":
               case "mp_interchange":
               case "mp_mogadishu":
               case "mp_paris":
               case "mp_plaza2":
               case "mp_underground":
               case "mp_cement":
               case "mp_hillside_ss":
               case "mp_overwatch":
               case "mp_terminal_cls":
               case "mp_aground_ss":
               case "mp_courtyard_ss":
               case "mp_meteora":
               case "mp_morningwood":
               case "mp_qadeem":
               case "mp_crosswalk_ss":
               case "mp_italy":
               case "mp_boardwalk":
               case "mp_roughneck":
               case "mp_nola":
                   return "urban";
               case "mp_dome":
               case "mp_radar":
               case "mp_restrepo_ss":
               case "mp_burn_ss":
               case "mp_seatown":
               case "mp_shipbreaker":
               case "mp_moab":
                   return "desert";
               case "mp_bravo":
               case "mp_carbon":
               case "mp_park":
               case "mp_six_ss":
               case "mp_village":
               case "mp_lambeth":
                   return "woodland";
           }
           return "";
       }
   }
}

Опубликовано:
Неужели так сложно вытащить из мода?
Idk but what he posted appears to be correct.

I agree with this:

When did this turn into a regional forum?

There are regional sections to use other languages than english.

It's not the first time that people disrespect that, and I feel that I have to start warning people about that.

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

sorry) They started writing in Russian, I decided to quickly respond)

Опубликовано:
sorry) They started writing in Russian, I decided to quickly respond)

why do you always add ) after ending of the one word in the sentence :facedesk:

Join the conversation

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

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

Сейчас на странице 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.