jbextreme-crx.inc
Original include source with line numbers.
| 1 | #if defined _jbextreme_crx_included |
| 2 | #endinput |
| 3 | #endif |
| 4 | |
| 5 | #define _jbextreme_crx_included |
| 6 | |
| 7 | #include <jbextreme-crx_const> |
| 8 | |
| 9 | forward jb_simon_selected(id) |
| 10 | forward jb_simon_reset(JBSimonReset:reason) |
| 11 | native get_jail_day() |
| 12 | native get_players_in_team(CsTeams:team, bool:alive = false) |
| 13 | native bool:is_block_weapons_enabled() |
| 14 | native bool:is_box_started() |
| 15 | native bool:is_freeday_next() |
| 16 | native bool:is_global_freeday() |
| 17 | native bool:is_last_denied() |
| 18 | native bool:is_player_last(id) |
| 19 | native bool:is_simon_allowed() |
| 20 | native bool:is_user_freeday(id) |
| 21 | native bool:is_user_nomic(id) |
| 22 | native bool:is_user_revolt(id) |
| 23 | native bool:is_user_simon(id) |
| 24 | native bool:is_user_simon_talking(id) |
| 25 | native bool:is_user_simon_voice(id) |
| 26 | native bool:is_user_wanted(id) |
| 27 | native open_jail_doors() |
| 28 | native set_user_freeday(id, admin = 0) |