Jump to content
Come try out the Arcade, Link at the top of the website ×

All Activity

This stream auto-updates

  1. Past hour
  2. Thanks, it seems it is tied to where the predator was launched from as shown in Cecilia's video.
  3. @P!nk clarified with me that her pred didn’t land any where near her location.
  4. Aim Challenge #974 — 15 targets, avg 508ms · 134 pts ▶ Play the XtremeIdiots Daily Games
  5. Today
  6. I'm backing @P!nk on this. We can trust her. This has happened to me recently as well. I thought I would telefrag him after turning into a pred inside his bubble, but I came back killing myself. I thought turning into a pred inside someone's bubble was the reason killing me. I didn't do it again, and it hasn't happened again. Here is the video @iboomboom- https://youtu.be/N59Wt5MIjaY
  7. Wardogs 411 . You said "it's there" What is the IP # ? (if I read that correctly)
  8. @P!nk is a weirdo so I don't know whether I can trust her. i have heard of this happening before. There was a fix I made to the predator's blast radius. If you fly the predator inside a building it'll project the blast radius behind a wall and result in no kills or explosion in the room where you flew it. similar to how your sentry can kill your, when you are in a predator you are technically the predator flying. There could be a corner case scenario where in the brief moment your predator explodes and you are out of the it, but there's a delay and the server sees you in the blast zone. This a theory not a root cause analysis. If folks can start recording themselves in a predator it would help me a great deal.
  9. @P!nk had an interesting issue on the server today. Every time she used her pred she killed herself. As far as I'm aware she didn’t kill the person hit by the pred either. This is the first time I've heard of this happening. Has anyone else experienced this? Map mp_Rasalem. @P!nkcan you tell us if it was just on that map? Or did you continue to have issues on other maps?
  10. So you're saying you're the same at both ends???
  11. Have a GREAT birthday!!!
  12. Does that mean that we can have tags back on betties and clays?
  13. The map is now stable. So it must be to do with the updates
  14. Thank you but tried this also. No luck.
  15. A segmentation fault (often shortened to segfault) is a specific runtime error that occurs when a program tries to access a memory location that it is not allowed to touch. [1, 2] When this happens, the computer's hardware detects the illegal access and alerts the operating system. To prevent the rogue program from corrupting data or crashing the entire system, the OS step in and immediately terminates the program, usually displaying a message like Segmentation fault (core dumped). [1, 2, 3] Common Causes Segfaults are incredibly common in lower-level programming languages like C and C++ because they give developers direct control over computer memory via pointers. The most frequent culprits include: [1, 2] Dereferencing a Null Pointer: Trying to read or write to a pointer that points to NULL or nullptr (nothing). Out-of-Bounds Array Access: Attempting to read or write to an index that doesn't exist (e.g., trying to access array[100] on an array that only holds 10 items). Using Uninitialized Pointers: Using a pointer that was declared but never assigned a valid memory address. Use-After-Free (Dangling Pointers): Trying to access a block of memory after you have already freed or deallocated it. Stack Overflow: Exhausting the program's stack memory, which is usually caused by
  16. thats one I never seen before!!lol
  17. maybe leave game when map rotates then go bck in. Some ppl have to do that
  18. Hello. A number of maps are freezing when loading. Burgundy, SubPens and a few more. I have deleted all my maps now. Earlier on I have downloaded Burgundy again and COD5 froze again. Any ideas? Thank you.
  19. In my git repo there's a 40 player optimized branch. It could potentially support 48 players. Take a look at that branch and merge it in to your changes. You may be able to keep the defrost steaks and still have enough room for large maps. There's a trade off, no weapon drops.
  1. Load more activity
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.