Page 1 of 1

Info Plugin

Posted: 11 Aug 2018, 11:05
by Infamous2017
Hello i need an small Plugin.

I need an PLugin with commands:

/sms
/paypal

When you say in chat /sms then should open an Pop Up Window with Infos SMS Prices etc Infos. The Self for /paypal .

Can anyone create those Plugin please?

Re: Info Plugin

Posted: 11 Aug 2018, 20:56
by DanN
| Afiseaza codul
public plugin_init() {
register_clcmd("say /sms", "motd");
}

public motd(id) show_motd(id, "addons/amxmodx/configs/sms.html");
or

https://forums.alliedmods.net/showthread.php?t=226711