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
fix fumo mode
  • Loading branch information
TheBigBadMemeMan authored Sep 27, 2023
1 parent 97a5a2d commit 967323d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions vscripts/gorbinos_magic.nut
Original file line number Diff line number Diff line change
Expand Up @@ -1350,6 +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()!=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 967323d

Please sign in to comment.