Skip to content
This repository has been archived by the owner on Jul 11, 2024. It is now read-only.

Commit

Permalink
Update gorbinos_magic.nut
Browse files Browse the repository at this point in the history
  • Loading branch information
TheBigBadMemeMan authored Sep 27, 2023
1 parent 966267e commit 54bba71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vscripts/gorbinos_magic.nut
Original file line number Diff line number Diff line change
Expand Up @@ -1350,7 +1350,7 @@ function check_models(){
//if(!player.GetName().find("creep"))EntFireByHandle(player,"AddOutput","targetname creep_" + ext_player.userid.tostring(),0.05,"","");
}
if(player.GetTeam()==3){
if(player.GetModelName().find("fumo"))return;
if(player.GetModelName().find("fumo"))continue;
if(player.GetModelName()!=crusguy)player.SetModel(crusguy);
//if(!player.GetName().find("crusguy"))EntFireByHandle(player,"AddOutput","targetname crusguy_" + ext_player.userid.tostring(),0.05,"","");
}
Expand Down

0 comments on commit 54bba71

Please sign in to comment.