jailbreak functions
All callable symbols documented in this include, grouped by declaration type.
Natives
| Name | Signature |
|---|---|
| jb_get_day | native jb_get_day() |
| jb_get_dayofweek | native jb_get_dayofweek() |
| jb_get_lastrequest | native LastRequest:jb_get_lastrequest() |
| jb_get_lrplayer | native jb_get_lrplayer(LastRequestPlayer:player) |
| jb_get_simon_last_cmd | native jb_get_simon_last_cmd(destination[], len) |
| jb_get_simonindex | native jb_get_simonindex() |
| jb_get_specialday | native Days:jb_get_specialday() |
| jb_get_specialday_name | native jb_get_specialday_name(destination[], len) |
| jb_get_userpoints | native jb_get_userpoints(id) |
| jb_get_vuserpoints | native jb_get_vuserpoints(id) |
| jb_is_cellbutton | native bool:jb_is_cellbutton(ent) |
| jb_is_user_chameleon | native jb_is_user_chameleon(id) |
| jb_is_user_freeday | native bool:jb_is_user_freeday(id) |
| jb_is_user_simon | native jb_is_user_simon(id) |
| jb_open_cells | native jb_open_cells() |
| jb_register_shopitem | native jb_register_shopitem(name[], price) |
| jb_register_vshopitem | native jb_register_vshopitem(name[], price) |
| jb_reset_model | native jb_reset_model(id) |
| jb_set_userpoints | native jb_set_userpoints(id, points) |
| jb_set_vuserpoints | native jb_set_vuserpoints(id, points) |
| jb_specialday_canpickweapons | native bool:jb_specialday_canpickweapons(id) |
| jb_specialday_is_president | native bool:jb_specialday_is_president(id) |
Forwards
| Name | Signature |
|---|---|
| jb_item_boight_post | forward jb_item_boight_post(id, item) |
| jb_item_bought_pre | forward jb_item_bought_pre(id, item) |
| jb_openshop_post | forward jb_openshop_post(id) |
| jb_openshop_pre | forward jb_openshop_pre(id) |
| jb_register_items | forward jb_register_items() |
| jb_specialday_end | forward jb_specialday_end() |
| jb_specialday_started_post | forward jb_specialday_started_post(Days:iDay) |
| jb_specialday_started_pre | forward jb_specialday_started_pre(Days:iDay) |
| jb_vitem_boight_post | forward jb_vitem_boight_post(id, item) |
| jb_vitem_bought_pre | forward jb_vitem_bought_pre(id, item) |
| jb_vopenshop_post | forward jb_vopenshop_post(id) |
| jb_vopenshop_pre | forward jb_vopenshop_pre(id) |