hi
way it's not working ?
i do this :
PHP Code:
public plugin_init()
{
register_plugin(PLUGIN,VERSION,AUTHOR)
set_task(30.0,"HelloMSG",0,_,_,"",0)
}
// Say Hello To The User
public HelloMSG(id)
{
new AuthID[32],plName[32]
get_user_authid(id,AuthID,32);
get_user_name(id,plName,32);
server_cmd("say ^"Hi, %s Your SteamID is: %s^"",plName,AuthID);
}
it's type the name of the server and bo steam id :\