 |
|
Member
|

04-18-2007
, 17:22
Re: Need help with these
|
#3
|
Quote:
Originally Posted by Nican
You know, you should start to look at other people plugins, and look how it is made
1.
PHP Code:
public client_authorized(id){ new name[64] get_user_name(id,name,63); new usrip[33], result[46]; get_user_ip(id, usrip, 32, 1); geoip_country(usrip, result, 45); //Send message to him self? lol client_print(0, print_chat, "[AMXX] %s is from %s", name, result); } //little typo only or i forgot id
2.
PHP Code:
public SilentFootTsteps() { for(new i=0;i<=get_maxplayers();i++) if(cs_get_user_team(id) == CS_TEAM_T) set_user_footsteps (id, 0) }
3. You can use the hud-message generator in the AMXX-Studio "Generator" tab
Already generated by it..
|
set_user_footsteps - Gives player silent footsteps if set is 1. (you set it to 0) did u even try compile ur version of silentfootsteps?
__________________
Last edited by Samurai [/]; 04-18-2007 at 17:33.
|
|
|
|