Raised This Month: $ Target: $400
 0% 

Version (build) check


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
Author Message
AlexALX
Senior Member
Join Date: Apr 2009
Old 07-30-2009 , 20:11   Version (build) check
Reply With Quote #1

Hello all, sorry for my english.

How check player build for cs 1.6 with amxx?

I need check player build or version.

Code (exaple, not valid):

Code:
#include <amxmodx>
#include <amxmisc>

#define PLUGIN "Check Client Version"
#define VERSION "1.0"
#define AUTHOR "AlexALX"

public plugin_init() {

    register_plugin(PLUGIN, VERSION, AUTHOR);

    register_clcmd("say /version", "cmdversion", -1, "");

}

public cmdversion(id) {

new version, build;
version = ... // how check?
build = ...

client_print( id, print_chat, "You version: %s", version);
client_print( id, print_chat, "You build: %s", build);

}
AlexALX is offline
 



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 18:21.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode