Raised This Month: $ Target: $400
 0% 

say number motd number


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
Author Message
rx1983
Senior Member
Join Date: Jan 2009
Location: BRASIL
Old 05-13-2020 , 19:33   say number motd number
Reply With Quote #1

how I do to send a random number.

to a page with motd?

PHP Code:
#include <amxmodx>
#include <amxmisc>
#include <chatcolor>

public plugin_init() {

    
register_plugin("say top","1","mestre")
    
register_clcmd("say topY",  "topY",  0"zzz"); // Y = NUMBER
}

public 
top_Y(id,level,cid) {
    new 
szNome32 ];
    
get_user_nameidszNome31 )
    if (!
cmd_access(id,level,cid,1))
    return 
PLUGIN_CONTINUE
    show_motd
(id,"http://www.xxxx.com.xx/xxxx/xxx.php?top=Y""TOP Y ( Y = NUMBER ) ")
    
client_print_color0print_chat"^3%s ^4topY ^1 rank xxx"szNome);
    return 
PLUGIN_CONTINUE   


Name:  we.jpg
Views: 493
Size:  73.2 KB



__________________
rx1983 is offline
Send a message via MSN to rx1983
 



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


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