hdr_get_next_activator

Get player index of who will became activator in new round.

Syntax

native hdr_get_next_activator() /** * Set player who will became activator in new round. * * @param id Next activator index. */ native hdr_set_next_activator(id) /** * Get player in which team is currently * * @param id Player index. */ native TeamName:hdr_get_runner_team(id) /** * Set player who will became activator in current round. * * @param id Current activator index. */ native hdr_set_activator(id) /** * Forward which called when chosen new activator(new round or disconnect). * * @param id Activator index. */ forward HDR_On_New_Activator(id)

Return

Activator — index.

Defined in hdr_core.inc at line 19 . This documentation was automatically generated from source.