This commit is contained in:
Jackz 2022-11-11 10:59:51 -06:00
parent 14707a2098
commit 8d9edf2aca
No known key found for this signature in database
GPG key ID: E0BBD94CF657F603
9 changed files with 287 additions and 105 deletions

View file

@ -23,7 +23,7 @@ Action Timer_StartGame(Handle h) {
for(int i = 1; i <= MaxClients; i++) {
if(IsClientConnected(i) && IsClientInGame(i)) {
if(Game.IsSeeker(i)) {
Game.SetupSeeker(i);
Game.SetupSeekerTeam(i);
}
SetPlayerBlind(i, 0);
SetEntPropFloat(i, Prop_Send, "m_flLaggedMovementValue", 1.0);