-
Notifications
You must be signed in to change notification settings - Fork 364
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
20e8cf0
commit 12139cc
Showing
1 changed file
with
12 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
--- | ||
title: "Compensação de lag" | ||
description: Explicando a compensação de lag. | ||
--- | ||
|
||
<VersionWarn name='feature' version='SA-MP 0.3z' /> | ||
|
||
A compensação de atraso para balas disparadas é habilitada por padrão em servidores SA-MP desde 0.3z. Isso pode ser alterado usando a variável de servidor `lagcompmode` no [server.cfg](server.cfg). Definindo para 0 vai desativar completamente a compensação de lag e os players vão ter que controlar os seus disparos (disparando à frente dos alvos). | ||
|
||
Desativando a compensação de lag vai impedir [OnPlayerWeaponShot](../scripting/callbacks/OnPlayerWeaponShot) de ser chamado. | ||
|
||
Essa variável pode apenas ser definida no [server.cfg](server.cfg). |