Raised This Month: $ Target: $400
 0% 

Read 2 Args


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
Author Message
kramesa
Veteran Member
Join Date: Feb 2011
Location: Brazil
Old 12-23-2011 , 12:49   Read 2 Args
Reply With Quote #1

PHP Code:
/* Script generated by Pawn Studio */ 

#include <amxmodx> 
#include <amxmisc> 

#define PLUGIN    "New Plugin" 
#define AUTHOR    "Unknown" 
#define VERSION    "1.0" 

public plugin_init() 

    
register_plugin(PLUGINVERSIONAUTHOR
    
    
register_clcmd("say""cmdsay"


public 
cmdsay(id

    
read_args(..) 
    
    if(
equali(Args"/command")) 
    { 
        
read_Args(...) 
    } 

I need read_args of /commad, example: say /command 123, i need ready the '123'.
__________________

Last edited by kramesa; 12-23-2011 at 12:49.
kramesa 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 20:53.


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