Raised This Month: $ Target: $400
 0% 

[INCORRECT TITLE] HELP ME FAST!!!!!


Post New Thread Closed Thread   
 
Thread Tools Display Modes
Author Message
AlanSuljic
Junior Member
Join Date: Oct 2011
Old 11-19-2011 , 04:17   [INCORRECT TITLE] HELP ME FAST!!!!!
#1

HELLO!!!! I TRY TO COMPILE THIS BUT IT JUST WONT GO!!!
THIS ERROR ShOWS error 013: no entry point (no public functions)
PleASE TELL ME WHATS WRONG!!
#include <amxmodx>
#include <amxmisc>

#define PLUGIN "MOTD"
#define VERSION "1.0"
#define AUTHOR "Massive Boredom"



public plugin_init()
{
register_plugin(PLUGIN, VERSION, AUTHOR)

register_clcmd("say /nagrada","motd")
register_clcmd("say_team /nagrada","motd")

register_cvar("Advertise","90")
set_task(get_cvar_float("Advertise"),"adverti se" , _ , _ , _ , "b")
}



public motd(id,level,cid)
{
new configsdir[200]
new MOTDfile[200]

get_configsdir(configsdir,199)
format(MOTDfile,199,"%s/motd/nagrada.html",configsdir)

show_motd(id,MOTDfile)

return PLUGIN_HANDLED
}
client_print(0,print_chat,"Kucaj /nagrada da vidite sta dobijaju prva 3 na ranku !")
return PLUGIN_HANDLED
}
AlanSuljic is offline
drekes
Veteran Member
Join Date: Jul 2009
Location: Vault 11
Old 11-19-2011 , 04:55   Re: HELP ME FAST!!!!!
#2

Next time post code between [php][/php] or [code][/code] tags.
Also don't write everything in uppercase. It's annoying.


PHP Code:
client_print(0,print_chat,"Kucaj /nagrada da vidite sta dobijaju prva 3 na ranku !")
return 
PLUGIN_HANDLED

This code is not part of any function.
Explain what you're trying to do.
__________________

Quote:
Originally Posted by nikhilgupta345 View Post
You're retarded.

Last edited by drekes; 11-19-2011 at 04:56.
drekes is offline
Send a message via MSN to drekes
Evaldas.Grigas
Senior Member
Join Date: Sep 2011
Location: Lithuania
Old 11-19-2011 , 05:24   Re: HELP ME FAST!!!!!
#3

You want to make that player would get message, that they would need to write /nagrada?
PHP Code:
#include <amxmodx>
#include <amxmisc>

#define PLUGIN "MOTD"
#define VERSION "1.0"
#define AUTHOR "Massive Boredom"



public plugin_init()
{
    
register_plugin(PLUGINVERSIONAUTHOR)
    
    
register_clcmd("say /nagrada","motd")
    
register_clcmd("say_team /nagrada","motd")
    
    
register_cvar("Advertise","90")
    
set_task(get_cvar_float("Advertise"),"adverti se" "b")
}



public 
motd(id,level,cid)
{
    new 
configsdir[200]
    new 
MOTDfile[200]
    
    
get_configsdir(configsdir,199)
    
format(MOTDfile,199,"%s/motd/nagrada.html",configsdir)
    
    
show_motd(id,MOTDfile)
    
    return 
PLUGIN_HANDLED
}

public 
client_putinserver(id)
{
    if (!
task_exists(id)) set_task(60.0"PrintText" ,id)
}

public 
PrintText(id)
{
    
client_print(id,print_chat,"Kucaj /nagrada da vidite sta dobijaju prva 3 na ranku !")

Something like this?
__________________
Please enter this website everyday: http://forums.alliedmods.net/showthread.php?t=169067
Evaldas.Grigas is offline
Send a message via Skype™ to Evaldas.Grigas
Snaker beatter
Veteran Member
Join Date: Sep 2011
Location: Manila, Philippines
Old 11-19-2011 , 05:58   Re: HELP ME FAST!!!!!
#4

I was making a motd too but i can't add a picture
__________________
Snaker beatter is offline
ConnorMcLeod
Veteran Member
Join Date: Jul 2006
Location: France (95)
Old 11-19-2011 , 06:04   Re: HELP ME FAST!!!!!
#5

Your title doesn't respect forum's rules.

Choose a descriptive title and don't write it in caps.
Change it before you post again.
__________________
- tired and retired -

- my plugins -
ConnorMcLeod is offline
Snaker beatter
Veteran Member
Join Date: Sep 2011
Location: Manila, Philippines
Old 11-19-2011 , 06:06   Re: [INCORRECT TITLE] HELP ME FAST!!!!!
#6

HOw about my comment?
__________________
Snaker beatter is offline
ConnorMcLeod
Veteran Member
Join Date: Jul 2006
Location: France (95)
Old 11-19-2011 , 06:10   Re: [INCORRECT TITLE] HELP ME FAST!!!!!
#7

Next time let's follow rules.
Any similar thread will be trashed.
Locked for 15 days.
__________________
- tired and retired -

- my plugins -
ConnorMcLeod is offline
Closed Thread



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 23:07.


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