UGX-Mods

Call of Duty 5: World at War => Help Desk => Scripting => Topic started by: iPlayZ- on August 17, 2019, 04:36:22 am

Title: Bamskaters quick revive problem
Post by: iPlayZ- on August 17, 2019, 04:36:22 am
When I play co-op in my map, quick revive turns on like as it would in solo. I know that it should turn off as any other perk in co-op, so I am wondering if there is a fix for it.
Title: Re: Bamskaters quick revive problem
Post by: gympie6 on August 17, 2019, 09:58:03 am
When I play co-op in my map, quick revive turns on like as it would in solo. I know that it should turn off as any other perk in co-op, so I am wondering if there is a fix for it.
Yes add this at top of your method:
Code Snippet
Plaintext
flag_wait( "all_players_connected" );
For example like this:
(https://i.gyazo.com/d716a7812583fbf01ba8059db631984e.png)
 
Title: Re: Bamskaters quick revive problem
Post by: iPlayZ- on August 17, 2019, 06:51:49 pm
Yes add this at top of your method:
Code Snippet
Plaintext
flag_wait( "all_players_connected" );
For example like this:
(https://i.gyazo.com/d716a7812583fbf01ba8059db631984e.png)
 Alright, will try later and see if it fixes it.