kz_startclimb
Post Start Climb This Exec then of player have weapons and Start the time
Syntax
forward kz_startclimb(id) /** * Finish Climb * This Exec when player finish the map. * * @param id ID of Kz Player * @param tiempo Float and complete time * @param CheckPoints CheckPoints that player use in that climb * @param GoChecks GoChecks that player use in that climb * @param Weapon Nє of the weapon that player have * */ 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
Usage
| id | ID of Kz Player |
Defined in
kzarg.inc
at line 218
.
This documentation was automatically generated from source.