Official site anti-cheat Ultra Core Protector

Home Download F.A.Q. Addons Monitor Forum Support Advertise English version site UCP Anti-Cheat    Russian version site UCP Anti-Cheat
Ultra Core Protector - is the client-server anti-cheat freeware, for server protection from unscrupulous players.

Abilities Supported games  
Half-Life
Condition Zero
Counter-Strike 1.6
Day of Defeat
Adrenaline Gamer
Team Fortress Classic
Counter-Strike Source
MU Online
Ragnarok Online
Half-Life 2 Deathmatch
Adrenaline Gamer 2
Team Fortress 2
How to use the resources anticheat in other plugins?

Native exported functions for AMX MOD X

In order to use the following function in their plugins, you must copy the file ucp.inc in the directory addons\amxmodx\scripting\include\ and add the line #include <ucp.inc> the source of your plugin.

Function: ucp_id(index, outbuffer[]) //For get a unique client identifier.

Example:

new UCPID[9]
ucp_id(id, UCPID)
log_amx (“ucp_id: %s”, UCPID)

Function: get_user_authid2(index, outbuffer[], len) //Similarly, the function ucp_id.

Example:

new UCPID[9]
get_user_authid2(id, UCPID, charsmax(UCPID))
log_amx (“ucp_id: %s”, UCPID)

Function: get_user_build(index, outbuffer[]) //For get build number client games.

Example:

new ClientBUILD[5]
get_user_build(id, ClientBUILD)
log_amx (“client build number: %s”, ClientBUILD)

Function: get_user_os(index, outbuffer[]) //For facilities operating system together with a supported discharge.

Example:

new ClientOS[12]
get_user_os(id, ClientOS)
log_amx (“client os number: %s”, ClientOS)

 



Home | Download | F.A.Q. | Addons | Forum | Banners | Sitemap | Directory | Support
Copyright © 2008-2015 UCP. All rights reserved. Privacy Policy. Siter.