zp_admin_commands_zombie
Manually executes admin command: zp_zombie.
Syntax
native zp_admin_commands_zombie(id, player) /** * Manually executes admin command: zp_human. * * @param id Admin player index. * @param player Target player index. * @return True on success, false otherwise. */ native zp_admin_commands_human(id, player) /** * Manually executes admin command: zp_nemesis. * * @param id Admin player index. * @param player Target player index. * @return True on success, false otherwise. */ native zp_admin_commands_nemesis(id, player) /** * Manually executes admin command: zp_survivor. * * @param id Admin player index. * @param player Target player index. * @return True on success, false otherwise. */ native zp_admin_commands_survivor(id, player) /**
Usage
| id | Admin player index. |
| player | Target player index. |
Return
True — on success, false otherwise.
Defined in
zp50_admin_commands.inc
at line 25
.
This documentation was automatically generated from source.