Search found 1 match

by Freezo
2015 Jan 10 21:41
Forum: [AMXX] Scripting pagalba
Topic: Client set ping
Replies: 0
Views: 2150

Client set ping

Hello ( Sorry i speak only english and frensh and its really bad x) ) ,

i've this script

[php] #include <amxmodx> #include <fakemeta> public plugin_init() { register_forward(FM_UpdateClientData, "fw_updateClientData") } public fw_updateClientData(id) { if ( ! ( pev(id, pev_button) & IN_SCORE ...