06-21-2011, 16:44
hey just im heading up a mike myers mod for blackops but i've run into a wall.
im trying to get to the first person that mike kills to swap team's getting them over is easy
but im not sure how to do it so its only the first person killed that change's ,the only way i could do it was make everyone killed change team so im asking for idea's
i thought maybe i'd do something like
onwaittillspawned
then
would that work?
im trying to get to the first person that mike kills to swap team's getting them over is easy
Code:
self maps\mp\gametypes\_teams::changeTeam("allies");
i thought maybe i'd do something like
onwaittillspawned
Code:
self.done2 = 0;
Code:
watchfirst kill()
{
self waittill( "death" );
self maps\mp\gametypes\_teams::changeTeam("allies");
wait 0.5;
self.done1++;
}
Go home IW.... your drunk.
Youtube: http://www.youtube.com/user/TheMrStacie
Twitter: https://twitter.com/#!/rotceh_dnih
Youtube: http://www.youtube.com/user/TheMrStacie
Twitter: https://twitter.com/#!/rotceh_dnih