Raised This Month: $32 Target: $400
 8% 

About Unnamed Plugin


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
pLay4wiN
New Member
Join Date: Jan 2019
Old 08-11-2022 , 08:00   About Unnamed Plugin
Reply With Quote #1

Hello dear users, hope you're fine...

Can you tell me the name of the plugin in the attached picture?

Code:
X has joined!
Enjoy the Server!
Current Ranking is X


Thank you for your replies and support...
pLay4wiN is offline
ZaX
Senior Member
Join Date: Jan 2015
Old 08-11-2022 , 08:45   Re: About Unnamed Plugin
Reply With Quote #2

Code:
#include <amxmodx> #include <csx> #include <dhudmessage> public client_putinserver(id) {     set_task(3.0, "showHudAnnouncement", id) } public showHudAnnouncement(id) {     new szName[32]; get_user_name(id, szName, charsmax(szName));     new iRank, iStats[8], iBody[8];     iRank = get_user_stats(id, iStats, iBody);     new szMessage[128];     formatex(szMessage, charsmax(szMessage), "%s has joined!^nEnjoy the Server!^nCurrent Ranking is %d", szName, iRank)     set_dhudmessage(255, 255, 255, 0.08, 0.70, 0, 6.0, 12.0, 0.1, 0.2);     show_dhudmessage(0, "%s", szMessage) }
ZaX is offline
pLay4wiN
New Member
Join Date: Jan 2019
Old 08-11-2022 , 09:20   Re: About Unnamed Plugin
Reply With Quote #3

Quote:
Originally Posted by ZaX View Post
Code:
#include <amxmodx> #include <csx> #include <dhudmessage> public client_putinserver(id) {     set_task(3.0, "showHudAnnouncement", id) } public showHudAnnouncement(id) {     new szName[32]; get_user_name(id, szName, charsmax(szName));     new iRank, iStats[8], iBody[8];     iRank = get_user_stats(id, iStats, iBody);     new szMessage[128];     formatex(szMessage, charsmax(szMessage), "%s has joined!^nEnjoy the Server!^nCurrent Ranking is %d", szName, iRank)     set_dhudmessage(255, 255, 255, 0.08, 0.70, 0, 6.0, 12.0, 0.1, 0.2);     show_dhudmessage(0, "%s", szMessage) }
Thank you for your support dear ZaX...

I just found out that this plugin is part of AMX Super.
pLay4wiN is offline
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 12:09.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode