zp_is_sniper_round

Returns whether the current round is a sniper round.

Syntax

native zp_is_sniper_round() /** * Returns whether the current round is a assassin round. * * @return True if it is, false otherwise. */ native zp_is_assassin_round() /** * Returns number of alive snipers. * * @return Sniper count. */ native zp_get_sniper_count() /** * Returns number of alive assassins. * * @return Assassin count. */ native zp_get_assassin_count() /** * Registers a custom item which will be added to the extra items menu of ZP. * * Note: The returned extra item ID can be later used to catch item * purchase events for the zp_extra_item_selected() forward. *

Return

True — if it is, false otherwise.

Defined in zombieplaguenew1.3.inc at line 361 . This documentation was automatically generated from source.