Raised This Month: $ Target: $400
 0% 

I need help with this i think im way off...


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
Author Message
smallwimpyboy
Senior Member
Join Date: Aug 2005
Location: United States
Old 09-07-2005 , 15:36   I need help with this i think im way off...
Reply With Quote #1

Code:
#include <amxmodx> #include <amxmisc> public plugin_init() { register_plugin("amx_killc","1","smallwimpyboy") register_concmd("amx_killc","do_killc",ADMIN_BAN,"By: Smallwimpyboy") set_task (0.1,"do_killc,4000,0,b") } public do_killc(id) { new arg[32] read_argv(2,arg,31) new player = cmd_target(id,arg,1) new iStats[8] { client_print(id,print_center,"You Have %d Kills",iStats[0]") return PLUGIN_CONTINUE }

i need help with this its suposed to print_center and tell you how many
kills you have
smallwimpyboy is offline
Send a message via AIM to smallwimpyboy Send a message via MSN to smallwimpyboy
 



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 14:32.


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