Raised This Month: $ Target: $400
 0% 

Help with RATE checker


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
v3x
Veteran Member
Join Date: Oct 2004
Location: US
Old 05-08-2005 , 16:43  
Reply With Quote #2

Hmm..
Code:
#include <amxmodx> #include <amxmisc> //This contains some useful functions #include <fun>     //This contains the function to change health new PLUGIN[]="Rate_Checker" new AUTHOR[]="FannyMagnet" new VERSION[]="1.00" public plugin_init() {      register_plugin(PLUGIN, VERSION, AUTHOR)      register_concmd("amx_rc", "cmd_rc", ADMIN_SLAY, "<target> ") } public cmd_rc(id,level,cid)    {     if(!cmd_access(id,level,cid,2)) { // If they don't have access         return PLUGIN_HANDLED     }     // command itself + the arg = 2     new user[32], rate[32]     // If the index for user is 32, then you want to     // put 32-1 (31) down here:         read_argv(1,user,31)     new uid = find_player("bh",user)     get_user_info(uid, "rate", rate, 31)         client_print (id, print_chat, "Their rate is %i",rate)     // %s - string     // %i - integer     // %d - decimal     // %f - float         return PLUGIN_HANDLED }
__________________
What am I doing these days? Well, I run my own Rust server. It's heavily modded. If you'd like to join, the ip is 167.114.101.67:28116

I also created a website called Rust Tools. It will calculate and tell you the raw amounts of resources needed to craft items.
v3x 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 16:38.


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