Raised This Month: $ Target: $400
 0% 

Capture the Hax help...


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
Author Message
ev0d00b
Member
Join Date: Aug 2005
Location: Middle Earth
Old 11-10-2005 , 21:23   Capture the Hax help...
Reply With Quote #1

this is my first plugin and im a little lost in what to do so far ive got this

Code:
#include <amxmodx> #include <fun> #define PLUGIN "Capture the Hax" #define VERSION "1.0" #define AUTHOR "ev0d00b" public plugin_init() {     register_plugin(PLUGIN, VERSION, AUTHOR)         register_cvar("amx_cth", "1")         register_logevent("Round_Start", 2, "0=World triggered", "1=Round_Start") } new hacker  hacker = random(1, get_maxplayers());{     is_user_alive(){         if(is_user_alive = 1);{                 return PLUGIN_CONTINUE         }  new hackerName[32];   get_user_name(hacker,hackerName,31)  set_user_maxspeed (hacker,[ Float:speed = - 2.0 ]

and at the moe it wont do anything but im hoping that this will randomly pick someone and make them run faster please help me.
ev0d00b is offline
Send a message via MSN to ev0d00b
 


Thread Tools
Display Modes

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 23:57.


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