Get_user_name ( id, szName, charsmax ( szName ))
If( get_user_weapon ( id ) = CSW_KNIFE & gAccess & ( 1 << get_user_flags ( id )))Įntity_set_string ( id, EV_SZ_viewmodel, szModels ) Įntity_set_string ( id, EV_SZ_weaponmodel, szModels ) Register_event ( 'CurWeapon', 'WeaponChange', 'be', '1=1' ) įor(new i i < sizeof ( szModels ) i ++) Register_message ( szSayText, 'MsgDuplicate' ) SzSayText = get_user_msgid ( 'SayText' ) Register_clcmd ( 'say_team', 'CmdSayTeam' ) Register_plugin ( PLUGIN, VERSION, AUTHOR ) New gAccess = ( 1 << ADMIN_RESERVATION ) | ( 1 << ADMIN_CFG )