fm_cstrike_plugin.inc
Original include source with line numbers.
| 1 | #if defined _fm_cstrike_plugin_included |
| 2 | #endinput |
| 3 | #endif |
| 4 | |
| 5 | #define _fm_cstrike_plugin_included |
| 6 | |
| 7 | |
| 8 | #if AMXX_VERSION_NUM >= 175 |
| 9 | #pragma reqlib fm_cstrike |
| 10 | #if !defined AMXMODX_NOAUTOLOAD |
| 11 | #pragma loadlib fm_cstrike |
| 12 | #endif |
| 13 | #else |
| 14 | #pragma library fm_cstrike |
| 15 | #endif |
| 16 | |
| 17 | |
| 18 | native fm_cs_get_no_knives(); |
| 19 | |
| 20 | native fm_cs_set_no_knives(noknives=0); |
| 21 | |
| 22 | native fm_cs_set_user_zoom(client, type, mode); |
| 23 | |
| 24 | native fm_cs_get_user_zoom(client); |
| 25 | /* AMXX-Studio Notes - DO NOT MODIFY BELOW HERE |
| 26 | *{\\ rtf1\\ ansi\\ deff0{\\ fonttbl{\\ f0\\ fnil Tahoma;}}\n\\ viewkind4\\ uc1\\ pard\\ lang1033\\ f0\\ fs16 \n\\ par } |
| 27 | */ |
| 28 | |