Raised This Month: $ Target: $400
 0% 

Simple Script Help


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
Rolnaaba
Veteran Member
Join Date: May 2006
Old 07-06-2006 , 16:26   Re: Simple Script Help
Reply With Quote #1

[small]
Code:
<div align="left">#include <amxmodx> #include <amxmisc> #include <cstrike> #include <fun> #define PLUGIN "Custom F.U.N Plugin" #define VERSION "1.0" #define AUTHOR "Styles" public plugin_init() {     register_plugin(PLUGIN, VERSION, AUTHOR)     register_event("CurWeapon", "Event_CurWeapon", "be", "1=1")     } public Event_CurWeapon(id) {     if(CSW_KNIFE)     {         set_user_maxspeed(id,700.0);         set_hudmessage(255, 170, 0, -1.0, 0.32, 0, 6.0, 12.0);         show_hudmessage(id, "--> You know can go faster <--");         return PLUGIN_CONTINUE;     }     else     {         set_user_maxspeed(id,oldspeed[id]);         set_hudmessage(255, 170, 0, -1.0, 0.32, 0, 6.0, 12.0);         show_hudmessage(id, "--> Your speed is now over <--");         return PLUGIN_CONTINUE;     } }</div>

sry for double post

__________________
DO NOT PM me about avp mod.

Last edited by Rolnaaba; 07-06-2006 at 16:31.
Rolnaaba is offline
Reply



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 08:03.


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