What is wrong obtaining the name "Owner"
Code:
/* Plugin generated by AMXX-Studio */
#include <amxmodx>
#include <amxmisc>
#define PLUGIN "New Plug-In"
#define VERSION "1.0"
#define AUTHOR "author"
new admintag
new MyVar[ 15 ];
public plugin_init() {
register_plugin(PLUGIN, VERSION, AUTHOR)
admintag = register_cvar("admin_tag", "Owner");
}
public save_points(id)
{
ColorChat(player, GREEN, "^1O ^4[%s] ^1deu-te skillpoints.", get_pcvar_string(admintag, MyVar, charsmax(MyVar)));
}