Please check my code.Because I try to compile.Have error.
This is my code
PHP Code:
/* Plugin generated by AMXX-Studio */
#include <amxmodx>
#include <amxmisc>
#define PLUGIN "Score Checker"
#define VERSION "1.0"
#define AUTHOR "IanGlowz"
public plugin_init() {
register_plugin(PLUGIN, VERSION, AUTHOR)
register_clcmd("say /myscore","cmd_get_score",ADMIN_USER,"")
}
public cmd_get_score(id,level,cid)
new score = get_score()
client_print(id,print_chat,"[ Score ] Your score is %d",score)
return PLUGIN_HANDLED
}
__________________
~
+karma to me and leave your name. ~
~ If you -karma to me,please leave your name so I know you are pro scripter. ~
~ Helping anytime ~