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

AboAlwe

Игрок
  • Зарегистрирован

  • Посещение

  1. AboAlwe подписался на How to use BulletTracePassed?
  2. тему ответил в AboAlwe пользователя AboAlwe в Script Development
    I see. I have a question. How I can get the name of the current secondary weapon?
  3. тему ответил в AboAlwe пользователя AboAlwe в Script Development
    Some pro perks doesn't work. Like "specialty_falldamage" and "specialty_paint_pro" I tested "specialty_fastmantle", "specialty_quickswap" they both work. Any possible solutions?
  4. тему ответил в AboAlwe пользователя AboAlwe в Script Development
    I tried. it doesn't work :/ Oops. It does work.. I copied the wrong perk name from your code: "specialty_fastreaload" the correct is: "specialty_fastreload"wihtout a. Thank you for help
  5. тему ответил в AboAlwe пользователя AboAlwe в Script Development
    For some reason it doesn't work. I tried this: case "!fastreload": { AfterDelay(100, () => { issuer.Call("setperk", "specialty_fastreload"); }); return false; } I tried to call "clearperks" => works perfectly. but "unsetperk" doesn't work. :| Did anyone use setperk successfully here? if so, please gimme some advices.
  6. тему ответил в AboAlwe пользователя AboAlwe в Script Development
    Yes, Give all perks that is "Specialistu Bonus Achieved!" Should I just use player.Call("setperk", "blah"); till the end? the problem here is the names of perks.. where can I get them from? Well those are found in the weaponutils class in qczm Found them thanks for help.
  7. тему ответил в AboAlwe пользователя AboAlwe в Script Development
    Yes, Give all perks that is "Specialistu Bonus Achieved!" Should I just use player.Call("setperk", "blah"); till the end? the problem here is the names of perks.. where can I get them from?
  8. тему добавил AboAlwe в Script Development
    Hi, How to give Specialist to a player while this player have an assault killstreak? is it possible?
  9. тему ответил в AboAlwe пользователя AboAlwe в Script Development
    case "!bt": { if (split.Length == 2) { Entity target = findClientExact(split[1]); if (target == null) target = findBotExact(split[1]); else { Utilities.RawSayTo(issuer, gmc + "Couldn't find player"); return false; } AfterDelay(500, () => { Parameter para = Call("bullettracepassed", new Parameter(issuer.Call("geteye")), new Parameter(target.Call("geteye")), new Parameter(true), new Parameter(issuer) ); Utilities.RawSayAll(para.Type.ToString()); }); } return false; } I tried to get the type of the parameter after converting it to string. Using this will crash the server with this error in server console: [Notifiable] Error during handling timer in script ServerAdmin: System.InvalidCastException: Cannot cast from source type to destination type. I guess this command is just unusable. :|
  10. тему ответил в AboAlwe пользователя AboAlwe в Script Development
    I'm sure there's a way to use it correctly otherwise it won't be available in Call function. I never got "there's no such function" error.
  11. тему ответил в AboAlwe пользователя AboAlwe в Script Development
    I don't see what's missing. Could you please explain more? :| I tried to change third parameter from true to false.. same thing. :/
  12. тему ответил в AboAlwe пользователя AboAlwe в Script Development
    Yes, the code is in OnSay event, I put in parameters with afterDelay -> doesn't work case "!bt": { if (split.Length == 2) { Entity target = findClientExact(split[1]); if (target == null) target = findBotExact(split[1]); else { Utilities.RawSayTo(issuer, gmc + "Couldn't find player"); return false; } AfterDelay(500, () => { if (Call("bullettracepassed", new Parameter (issuer.Call("geteye")), new Parameter (target.Call("geteye")), new Parameter(true), new Parameter(issuer) )) { Utilities.RawSayAll("Success"); } else Utilities.RawSayAll("Fail"); }); } return false; }
  13. if (Call("bullettracepassed", issuer.Call("geteye"), target.Call("geteye"), true, issuer)) { Utilities.RawSayAll("Success"); } else Utilities.RawSayAll("Fail"); This cause server to crash. What i want to achieve is : test whether a bullet can penetrate through a wall and reach its target successfully or not? I guessed that bullettracepassed does this. Am I right?
  14. сообщение в теме ответил в AboAlwe в IW5M
    I've successfully added bots How to remove them? they stay forever? :| dropclient doesn't work with them btw They can be kicked my mistake
  15. Hi, Sometimes a player gets first infected for two consecutive rounds. Sometimes for three O_O This doesn't happen all the time but it's very frustrating. How to switch team for a player if he gets first infected a second time consecutively? (switching first infected to other team should activate the timer that picks a new first infected or not?). Find first infected and put his name/xuid in a dvar Next round, find the first infected if he is the same, switch him to allies team Find first infected and put his name/xuid in a dvar etc.. To find first infected OnInterval(2000, ....) check if there's only one player in axis team and at least one player in allies team then save the player name /xuid. What I'm missing is how to switch a player's team?
  16. тему ответил в AboAlwe пользователя AboAlwe в Script Development
    Works great. now each message is in different color starting from 1 Cheers

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

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

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.