PHP Code:
else
client_print(id,print_chat, "[AMXXLogs] You have no access to delete server files!")
client_print(id,print_console, "[AMXXLogs] You do not have RCON access to the server files!")
I think you wanted:
PHP Code:
else
{
client_print(id,print_chat, "[AMXXLogs] You have no access to delete server files!")
client_print(id,print_console, "[AMXXLogs] You do not have RCON access to the server files!")
}
__________________