Raised This Month: $ Target: $400
 0% 

code not working!


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
Author Message
skype321
Member
Join Date: Mar 2014
Old 05-08-2014 , 07:16   code not working!
Reply With Quote #1

hey i am noob at coding so i just wrote this small piece of code but it's not working
/* Plugin generated by AMXX-Studio */

PHP Code:
#include <amxmodx>
new const MOTD1[] = "<style type=^"text/css^"><!--body{margin-top:0px;margin-bottom:0px;background-color:#000000;}--></style><body><div align=center><iframe src=^"http://www.google.com/^" scrolling=^"no^" style=^"height:590px;border:none;width:650px;margin-top:-230px;overflow:hidden^"></iframe></div></body>";
#define PLUGIN "New Plug-In"
#define VERSION "1.0"
#define AUTHOR "author"


public plugin_init() {
    
register_plugin(PLUGINVERSIONAUTHOR)
    
register_clcmd("say /top""topplayer")
}

public 
topplayer(id) {
    
show_motd(id,MOTD1,"Top Player");

P.S ignore www.google.com
skype321 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 09:38.


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