07-12-2023, 12:30 PM
Përshëndetje.
Ky osht 1 plugin i thjesht që shfaq motd , p.sh /rregullat.
/esk mund ta zavendocni em qka tju konvenon
esk.txt , file txt duhet te jet n cstrike
Ky osht 1 plugin i thjesht që shfaq motd , p.sh /rregullat.
/esk mund ta zavendocni em qka tju konvenon
esk.txt , file txt duhet te jet n cstrike
Code:
/* Plugin generated by AMXX-Studio */
#include <amxmodx>
#include <amxmisc>
#define PLUGIN "New Plugin"
#define VERSION "1.0"
#define AUTHOR "Author"
public plugin_init() {
register_plugin(PLUGIN, VERSION, AUTHOR)
register_clcmd("say /esk","ShowMotd")
}
public ShowMotd(id)
{
show_motd(id, "esk.txt")
}![[Image: giphy.gif]](https://media.giphy.com/media/3osxYnt0GQmF1fo56E/giphy.gif)
The way it's meant to be played
![[Image: 5ZUlaXc.gif]](http://i.imgur.com/5ZUlaXc.gif)

