kz_finishclimb
Finish Climb This Exec when player finish the map.
Syntax
forward kz_finishclimb(id, Float:tiempo, CheckPoints, GoChecks, Weapon) /** * Reset Start Climb * This Exec then the player type /reset * * @param id ID of Kz Player * */ forward kz_resetclimb(id) /** * Main Menu Item Choose * This Exec then the player choose a item of the Main Menu * * @param id ID of Kz Player * @param item Nє of item * @param page Nє of the page that is the item * */ forward kz_itemmainmenu(id, item, page) /** * Rewards Item Choose * This Exec then the player choose a item of the Rewards Menu * * @param id ID of Kz Player * @param item Nє of item * @param page Nє of the page that is the item
Usage
| id | ID of Kz Player |
| tiempo | Float and complete time |
| CheckPoints | CheckPoints that player use in that climb |
| GoChecks | GoChecks that player use in that climb |
| Weapon | Nє of the weapon that player have |
Defined in
kzarg.inc
at line 231
.
This documentation was automatically generated from source.