This commit is contained in:
strafe 2018-04-28 17:19:13 +01:00
parent a066507213
commit e90b847f08
5 changed files with 9 additions and 9 deletions

View File

@ -30,6 +30,6 @@ Including a records system, map zones (start/end marks etc), bonuses, HUD with u
Refer to the [wiki page](https://github.com/shavitush/bhoptimer/wiki/1.-Installation).
# Required plugins:
`shavit-core` - compeletely required.
`shavit-zones` - compeletely required.
`shavit-core` - completely required.
`shavit-zones` - completely required.
`shavit-wr` - required for `shavit-stats`, `shavit-replay`, `shavit-rankings` and `shavit-sounds`.

View File

@ -37,7 +37,7 @@ enum CheatType(+=1)
*
* @param client Client index.
* @param onground True if the jump key will do anything for the player when tapped.
* @param perfcct Was the jump perfectly timed?
* @param perfect Was the jump perfectly timed?
* @noreturn
*/
forward void Bunnyhop_OnJumpPressed(int client, bool onground, bool perfect);

View File

@ -291,7 +291,7 @@ stock void FormatSeconds(float time, char[] newtime, int newtimesize, bool preci
* @param client Client index.
* @param buttons Buttons sent in the usercmd.
* @param impulse Impulse sent in the usercmd.
* @param vel A vector that contain's the player's desired movement. vel[0] is forwardmove, vel[1] is sidemove.
* @param vel A vector that contains the player's desired movement. vel[0] is forwardmove, vel[1] is sidemove.
* @param angles The player's requested viewangles. They will not necessarily be applied as SRCDS itself won't accept every value.
* @param status The player's timer status.
* @param track The player's timer track.
@ -491,7 +491,7 @@ forward void Shavit_OnChatConfigLoaded();
* @param type Zone type.
* @param track Zone track.
* @param id Zone ID. 0 for native zones.
* @param entity Zone entity iD.
* @param entity Zone trigger entity index.
* @noreturn
*/
forward void Shavit_OnEnterZone(int client, int type, int track, int id, int entity);
@ -503,7 +503,7 @@ forward void Shavit_OnEnterZone(int client, int type, int track, int id, int ent
* @param type Zone type.
* @param track Zone track.
* @param id Zone ID. 0 for native zones.
* @param entity Zone entity iD.
* @param entity Zone trigger entity index.
* @noreturn
*/
forward void Shavit_OnLeaveZone(int client, int type, int track, int id, int entity);
@ -983,7 +983,7 @@ native int Shavit_GetHUDSettings(int client);
* Intended to be used by checkpoints.
*
* @param client Client index.
* @param practice Enable or disable practice modce.
* @param practice Enable or disable practice mode.
* @param alert Alert the client about practice mode?
* @noreturn
*/

View File

@ -22,7 +22,7 @@
// Rank 1 per map/style/track gets ((points per tier * tier) * 1.5) + (rank 1 time in seconds / 15.0) points.
// Records below rank 1 get points% relative to their time in comparison to rank 1.
//
// Bonus track gets a 0.25* final mutliplier for points and is treated as tier 1.
// Bonus track gets a 0.25* final multiplier for points and is treated as tier 1.
//
// Points for all styles are combined to promote competitive and fair gameplay.
// A player that gets good times at all styles should be ranked high.

View File

@ -103,7 +103,7 @@
}
"ZoneDeleteAllSuccessful"
{
"en" "Deleted all map zones succesfully"
"en" "Deleted all map zones successfully"
}
"ZoneFirst"
{