Totem Arts Staff kira Posted April 29, 2018 Totem Arts Staff Share Posted April 29, 2018 Rx_blockIonNuke View File This mutator blocks purchase of nuke\ion if the amount of players at server is below the player limit (it's a variable inside , change as you like) simply add: ?mutator=Rx_superweaponblock_mutator.Rx_superweaponblock_mutator,Rx_superweaponblock_mutator.Rx_blockIonNuke_Controller The function mutate is activating the blocking. just type in console "mutate fafa" and it's done. to undo the blocking type again the mutate command when there are enough players (above the player limit value which defined). Speical thanks to Alienx for helping with most of the issues and unrealscript understanding ! Also Ukill, fffreak9999 and every one else if I forgot sorry! Rx_blockIonNuke.u Submitter kira Submitted 04/29/2018 Category Modifications 2 1 Quote Link to comment Share on other sites More sharing options...
Totem Arts Staff NodSaibot Posted April 29, 2018 Totem Arts Staff Share Posted April 29, 2018 (edited) Why is the title called Rx_CrateType_Nuke? How do you change the value? Also your explanation of using the mutator is quite interesting. Easier way is just to use something like this. Simply add ?Mutator=Rx_blockIonNuke_Controller.MyClass to your server startup line. Also, I wouldn't recommend using a name like 'MyClass' if you're releasing this for public use. Quote udk.exe server CNC-Field?Mutator=Rx_blockIonNuke_Controller.MyClass -log Edited April 29, 2018 by Sarah! Quote Link to comment Share on other sites More sharing options...
Totem Arts Staff NodSaibot Posted April 30, 2018 Totem Arts Staff Share Posted April 30, 2018 Also, you don't need to call both classes. The controller is called by the first, so it's not needed. Quote Link to comment Share on other sites More sharing options...
iTweek. Posted April 30, 2018 Share Posted April 30, 2018 Very beautiful. unfortunately it does not work as it should.It just does not load anymore Quote Link to comment Share on other sites More sharing options...
Totem Arts Staff kira Posted April 30, 2018 Author Totem Arts Staff Share Posted April 30, 2018 @iTweek. now it's working, the player limit is 22. Type mutate dada (the string after mutate doesn't matter but must be something) >>> if human players (not bots) is below 22 then when you try to buy nuke\ion you will get error message in red. if the amount is above 22 you will NOT get any message the the ion\nuke will be in your inventory. @Sarah! i didn't completely understand what to remove, I'll do it some other time. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.