mirror of
https://github.com/ineedbots/t4_bot_warfare.git
synced 2025-04-21 23:45:43 +00:00
fix
This commit is contained in:
parent
03ca1e44ce
commit
70cf05d2c8
@ -592,26 +592,6 @@ textScroll(string)
|
||||
}
|
||||
}
|
||||
|
||||
waittill_either(not, not1)
|
||||
{
|
||||
self endon(not);
|
||||
self waittill(not1);
|
||||
}
|
||||
|
||||
array_remove( ents, remover )
|
||||
{
|
||||
newents = [];
|
||||
for(i = 0; i < ents.size; i++)
|
||||
{
|
||||
index = ents[i];
|
||||
|
||||
if ( index != remover )
|
||||
newents[ newents.size ] = index;
|
||||
}
|
||||
|
||||
return newents;
|
||||
}
|
||||
|
||||
getConeDot(to, from, dir)
|
||||
{
|
||||
dirToTarget = VectorNormalize(to-from);
|
||||
|
Loading…
x
Reference in New Issue
Block a user