Jump to content

Recommended Posts

  • Totem Arts Staff

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


 

  • Like 2
  • Thanks 1
Link to comment
Share on other sites

  • Totem Arts Staff

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 by Sarah!
Link to comment
Share on other sites

  • Totem Arts Staff

@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.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...