Login Issues
Forgot password?Activate Issues
Account activation email not received? Wrong account activation email used?Other Problems?
Contact Support - Help Center Get help on the UGX Discord. Join it now!
ouo.io is not malicious, adfly and others are... the map was a creation I made in 2019 or 2018 when I started my first map, which was that, it will not have updates
ouo.io is not malicious, adfly and others are... the map was a creation I made in 2019 or 2018 when I started my first map, which was that, it will not have updates
well buddy yes its dead but also understand you like 2 hits because zombies was to bug back then. are really stupid or what I played 2 hits maps before this way before even know 3 hits was thing this how know your special.
before start comment I was og world at war zombies player and yes bo4 add 4 hits and all that i get that but if call of duty keep the same hit system then there would of never been ideas for zombies but you dont understand that. 3 hits doesnt change thing for player its not noob system.
and also have to know people said they want 3 hits before i even know they change it.
i even have few makes i like with 2 hits yes its hard but mabey be more nicer but it then complaining to me (Image removed from quote.)
read all my message it seems like your nice to me (Image removed from quote.) thanks
smasher248 edit - removed the 4 quote duplication and 4 the duplicate posts, merged into one still incoherent post
no it would make sense because 2 hits are dead now. if where talking about 2030 zombies it should have 3 hits lol.
3 hits is gone be on here because that would be fun to see.
If I can convince him to add Napalm, it's possible. Then again, I'm working on weapons for the map.
He doesn't have a second account.
ANY SUGGESTIONS contact WORLD158#9378 or me PamojoYT or just pass the idea to him he will tell me
Oh, the raw folder is not part of the vanilla game either then, thanks for clarifying.
I do recall perhaps seeing it in custom maps files.
I am still wondering where the upgraded weapon files are in the base game though.
Had a feeling this folder had something to do with mods, that explains it.
That being said, I don't think I've ever seen the "raw" folder.
I found the weapon files in main/iw_14/sp and there aren't any "_upgraded" weapons here, only single player weapons present at launch for the campaign and nacht der untoten.
Btw nice to meet you, played some of your mods recently and had quite a good time.
card = spawn("script_model", something.origin);
players = get_players();
card SetVisibleToPlayer(players[0]);
card SetVisibleToPlayer(players[1]);
card SetInvisibleToPlayer(players[2]);
card SetInvisibleToPlayer(players[3]);
card = spawn("script_model", something.origin);
players = get_players();
card SetInvisibleToPlayer(players[0], false);
card SetInvisibleToPlayer(players[1], false);
card SetInvisibleToPlayer(players[2]);
card SetInvisibleToPlayer(players[3]);
- SetVisibleToPlayer(player): object is ONLY visible to that player.
- SetInvisibleToPlayer(player, false): object is visible to player.
- SetInvisibleToPlayer(player): object is NOT visible to player.