Posts: 3
Threads: 0
Joined: Sep 2013
Reputation:
0
This is a great mod, I love playing it on a few servers that run it. all the different variations are pretty neat. So. I downloaded the mod and was trying to make a few changes that would make it more playable for me. I don't have a server for it yet but I wont need one until I get a few things to work. I have tried to do the rc-xd thing after players die (Id like to eventually make it a different weapon but here is the line I put in to try to make it work.
self waittill("joined_spectators");
while(1) {
j = 0;
if (startWithWeapon == 0) {
while (j < 30) {
level.hud_give_streak setText("^5" + (30 - j) + " ^0seconds until next RC Bomb");
wait 1;
j++;
}
}
// Switch to Valkarie after finally getting to function After death in spec mode
self thread maps\mp\gametypes\_hardpoints::giveKillstreak("rcbomb_mp", "rcbomb_mp", true, true);
self EnableWeapons(); // Does not work
while (!(self ActionSlotFourButtonPressed())) { // Wait until the killstreak button is pressed
level.hud_give_streak setText("^4Press ^3Killstreak Button ^4to control rc bomb");
wait 0.01;
}
level.hud_give_streak setText("^2Waiting for end of RC Bomb");
self waittill("rcbomb_done");
startWithWeapon = 1;
I can make it work during life every 30 seconds but it don't do anything but ignore me when in spectator mode.
Is there something im missing or am I completely on the wrong track? Im hopeful someone here can help me.
Posts: 180
Threads: 15
Joined: Feb 2011
Reputation:
10
The attachments keep disappearing for some reason. I have reuploaded the files again.
Posts: 180
Threads: 15
Joined: Feb 2011
Reputation:
10
I have uploaded the attachments to dropbox. The attachments disappeared once again so I see no other option than to try an alternative.
Posts: 1
Threads: 0
Joined: Jan 2014
Reputation:
0
Hello im trying to set up the Ai survival mod with bots. Can someone help me with the correct download link for the MOD and instructions on how to install it as well set up bots etc...
Thank you
Posts: 6
Threads: 0
Joined: Sep 2012
Reputation:
0
I know ImmA BIT LATE but whenever I run this on private match it gives me the "couldnt find script maps/mp/gametypes/aico" error
any advice?