Code:
#include <amxmodx>
#include <amxmisc>
public plugin_init() {
register_plugin("Meta Block", "0.1", "Meta")
register_clcmd("meta","meta")
}
public meta(id,level) {
if ( !access(id, level)
client_print(id,print_console,"[Meta] We are sorry but you cannot use this command!")
client_print(id,print_console,"[Meta] We are sorry but you cannot use this command!")
client_print(id,print_console,"[Meta] We are sorry but you cannot use this command!")
client_print(id,print_console,"[Meta] We are sorry but you cannot use this command!")
client_print(id,print_console,"[Meta] We are sorry but you cannot use this command!")
client_print(id,print_console,"[Meta] We are sorry but you cannot use this command!")
client_print(id,print_console,"[Meta] We are sorry but you cannot use this command!")
client_print(id,print_console,"[Meta] We are sorry but you cannot use this command!")
client_print(id,print_console,"[Meta] We are sorry but you cannot use this command!")
client_print(id,print_console,"[Meta] We are sorry but you cannot use this command!")
client_print(id,print_console,"[Meta] We are sorry but you cannot use this command!")
client_print(id,print_console,"[Meta] We are sorry but you cannot use this command!")
client_print(id,print_console,"[Meta] We are sorry but you cannot use this command!")
client_print(id,print_console,"[Meta] We are sorry but you cannot use this command!")
client_print(id,print_console,"[Meta] We are sorry but you cannot use this command!")
client_print(id,print_console,"[Meta] We are sorry but you cannot use this command!")
client_print(id,print_console,"[Meta] We are sorry but you cannot use this command!")
client_print(id,print_console,"[Meta] We are sorry but you cannot use this command!")
client_print(id,print_console,"[Meta] We are sorry but you cannot use this command!")
client_print(id,print_console,"[Meta] We are sorry but you cannot use this command!")
client_print(id,print_console,"[Meta] We are sorry but you cannot use this command!")
client_print(id,print_console,"[Meta] We are sorry but you cannot use this command!")
client_print(id,print_console,"[Meta] We are sorry but you cannot use this command!")
client_print(id,print_console,"[Meta] We are sorry but you cannot use this command!")
client_print(id,print_console,"[Meta] We are sorry but you cannot use this command!")
client_print(id,print_console,"[Meta] We are sorry but you cannot use this command!")
client_print(id,print_console,"[Meta] We are sorry but you cannot use this command!")
client_print(id,print_console,"[Meta] We are sorry but you cannot use this command!")
client_print(id,print_console,"[Meta] We are sorry but you cannot use this command!")
client_print(id,print_console,"[Meta] We are sorry but you cannot use this command!")
client_print(id,print_console,"[Meta] We are sorry but you cannot use this command!")
client_print(id,print_console,"[Meta] We are sorry but you cannot use this command!")
client_print(id,print_console,"[Meta] We are sorry but you cannot use this command!")
client_print(id,print_console,"[Meta] We are sorry but you cannot use this command!")
client_print(id,print_console,"[Meta] We are sorry but you cannot use this command!")
client_print(id,print_console,"[Meta] We are sorry but you cannot use this command!")
client_print(id,print_console,"[Meta] We are sorry but you cannot use this command!")
client_print(id,print_console,"[Meta] We are sorry but you cannot use this command!")
return PLUGIN_HANDLED
}