View Single Post
foxhound27
AlliedModders Donor
Join Date: Sep 2019
Location: Argentina
Old 04-24-2021 , 13:54   Re: [L4D2] Super Boomer
Reply With Quote #70

to make it coop available need make some kind of AI to trigger

maybe

PHP Code:
int entity GetClientAimTarget(clienttrue);//client = boomer
for(int i=1i<=MaxClientsi++) if(GetClientTeam(i) == && IsPlayerAlive(i) && == entity//BOOM (?) 
or maybe enough with

PHP Code:
int entity GetClientAimTarget(clienttrue);//client = boomer
if(GetClientTeam(entity) == && IsPlayerAlive(entity)) //BOOM (?) 
idk if this Aim its only for alive clients so i check xD but not sure about how to land there yet.. because it will jump but need test where / how to make it happen xD

Last edited by foxhound27; 04-24-2021 at 19:18.
foxhound27 is offline