Skip to content

Commit

Permalink
第一次送的购买只能在安全区里使用
Browse files Browse the repository at this point in the history
  • Loading branch information
fantasylidong committed Sep 13, 2023
1 parent 0c047de commit 0fc5b40
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 0 deletions.
Binary file modified addons/sourcemod/plugins/extend/rpg.smx
Binary file not shown.
1 change: 1 addition & 0 deletions addons/sourcemod/scripting/extend/rpg.sp
Original file line number Diff line number Diff line change
Expand Up @@ -843,6 +843,7 @@ public Action L4D_OnFirstSurvivorLeftSafeArea(int client)
{
CreateTimer(0.5, Timer_AutoGive, i, TIMER_FLAG_NO_MAPCHANGE);
}
player[i].ClientFirstBuy = true;
}
}
GaoJiRenJi = FindConVar("sb_fix_enabled");
Expand Down

0 comments on commit 0fc5b40

Please sign in to comment.