zp_admin_commands_respawn

Manually executes admin command: zp_respawn.

Syntax

native zp_admin_commands_respawn(id, player) /** * Manually executes admin command: zp_start_game_mode. * * @param id Admin player index. * @param game_mode_id A valid game mode ID. * @return True on success, false otherwise. */ native zp_admin_commands_start_mode(id, game_mode_id)

Usage

id Admin player index.
player Target player index.

Return

True — on success, false otherwise.

Defined in zp50_admin_commands.inc at line 61 . This documentation was automatically generated from source.