Reikia poros pluginų
Posted: 2016 May 20 17:56
1. Parašius serveryje /motd - išmestų motd lang.
2. Vietoj keiksmažodžių rodytu ****
2. Vietoj keiksmažodžių rodytu ****
k1ck wrote:1. Parašius serveryje /motd - išmestų motd lang.
2. Vietoj keiksmažodžių rodytu ****
Code: Select all
#include <amxmodx> public plugin_init(){ register_clcmd("say /motd", "hey_motd")} public hey_motd(id){ show_motd(id, "motd.txt") return PLUGIN_CONTINUE}