complete iw2 bot warfare

This commit is contained in:
ineed bots
2026-08-31 15:35:15 -06:00
parent b0e3e1d384
commit 225950c693
6 changed files with 86 additions and 504 deletions
+8
View File
@@ -1898,6 +1898,14 @@ getMapName( map )
return map;
}
/*
CoD4
*/
getBaseWeaponName( weap )
{
return strtok( weap, "_" )[ 0 ];
}
/*
cod2
*/