[INCORRECT TITLE] HELP ME FAST!!!!!
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 :D!") return PLUGIN_HANDLED } |
Re: HELP ME FAST!!!!!
Next time post code between [php][/php] or [code][/code] tags.
Also don't write everything in uppercase. It's annoying. PHP Code:
Explain what you're trying to do. |
Re: HELP ME FAST!!!!!
You want to make that player would get message, that they would need to write /nagrada?
PHP Code:
|
Re: HELP ME FAST!!!!!
I was making a motd too but i can't add a picture
|
Re: HELP ME FAST!!!!!
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. |
Re: [INCORRECT TITLE] HELP ME FAST!!!!!
HOw about my comment?
|
Re: [INCORRECT TITLE] HELP ME FAST!!!!!
Next time let's follow rules.
Any similar thread will be trashed. Locked for 15 days. |
| All times are GMT -4. The time now is 08:35. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.