You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Player has a level 'AWP', where you need to get 2 points before moving to next level. Having 0 points, and having committed a murder with a knife, we get 3 points, thereby jumping over the level with a grenade.
It may be more profitable to count points in integer format.
The text was updated successfully, but these errors were encountered:
In a situation where 1 kill (for example, a kill with a knife) gives more points than needed for the level, the player can skip.
Example based on standard level config:
standard level config
[GRENADE] weapon=weapon_glock18[LEVEL]
title=Deagle
weapon=weapon_deagle
points=2
mod=100
[LEVEL]
title=USP
weapon=weapon_usp
points=2
mod=100
[LEVEL]
title=Glock-18
weapon=weapon_glock18
points=2
mod=100
[LEVEL]
title=M4A1
weapon=weapon_m4a1
points=3
mod=100
[LEVEL]
title=AK-47
weapon=weapon_ak47
points=3
mod=100
[LEVEL]
title=Scout
weapon=weapon_scout
points=2
mod=100
[LEVEL]
title=AWP
weapon=weapon_awp
points=2
mod=100
[LEVEL]
title=Hegrenade
weapon=weapon_hegrenade
points=1
mod=50
[LEVEL]
title=Knife
weapon=weapon_knife
points=1
mod=33
It may be more profitable to count points in integer format.
The text was updated successfully, but these errors were encountered: