Raised This Month: $ Target: $400
 0% 

uc handle and seed? help pls!!


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
Author Message
Pelita Jaya F.C
Member
Join Date: Oct 2011
Location: Bangkok
Old 12-08-2011 , 12:38   uc handle and seed? help pls!!
Reply With Quote #1

i tried this
Code:
/* Plugin generated by AMXX-Studio */ #include <amxmodx> #include <amxmisc> #include <fakemeta> #include <hamsandwich> #include <fun> #define PLUGIN "Press R to run fast" #define VERSION "0.1" #define AUTHOR "pelita haya f.c" public plugin_init() {     register_plugin(PLUGIN, VERSION, AUTHOR)         register_forward(FM_CmdStart, "FM_R")         RegisterHam(Ham_Spawn, "player", "Haha") } public Haha(id) {     if ( is_user_admin(id) )     {         FM_R(id)     } } public FM_R(id, uc handle, seed) {     if(!is_user_alive(id))     return;         static iButton; iButton = pev(id, pev_button)     static iOldButton; iOldButton = pev(id, pev_oldbuttons)         if ( is_user_alive(id) )     {         if( ( iButton & IN_USE ) && !( iOldButton & IN_USE ) )         {             CmdRun(id)         }     } } public CmdRun(id) {     if ( is_user_alive(id) )     {         set_user_maxspeed(id, 300)     } }

and it give me error in

Code:
    {         FM_R(id)     }
__________________


My Plugins:
Power M4A1
Pelita Jaya F.C 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 12:00.


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