mirror of
https://github.com/ineedbots/iw5_bot_warfare.git
synced 2025-06-28 23:21:51 +00:00
Added fullauto
This commit is contained in:
@ -490,11 +490,8 @@ entIsVehicle(ent)
|
||||
WeaponIsFullAuto(weap)
|
||||
{
|
||||
weaptoks = strtok(weap, "_");
|
||||
|
||||
assert(isDefined(weaptoks[0]));
|
||||
assert(isString(weaptoks[0]));
|
||||
|
||||
return isDefined(level.bots_fullautoguns[weaptoks[0]]);
|
||||
return isDefined(level.bots_fullautoguns[weaptoks[1]]);
|
||||
}
|
||||
|
||||
/*
|
||||
|
Reference in New Issue
Block a user