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

/steam show steamers online


Post New Thread Closed Thread   
 
Thread Tools Display Modes
Author Message
Mohamed null
BANNED
Join Date: Sep 2020
Location: Algeria
Old 10-17-2020 , 14:19   /steam show steamers online
#1

Guys can someone
Make this plugin
say /steam to show steamers online
pls
register_clcmd("say /steam","Show Steamers Online")
register_clcmd("say_team /steam","Show Steamers Online")
Mohamed null is offline
fysiks
Veteran Member
Join Date: Sep 2007
Location: Flatland, USA
Old 10-17-2020 , 14:20   Re: /steam show steamers online
#2

If you make your server legal then you'll know that everybody is already using Steam. That is the only advice you will get regarding this.
__________________

Last edited by fysiks; 10-17-2020 at 14:21.
fysiks is offline
Mohamed null
BANNED
Join Date: Sep 2020
Location: Algeria
Old 10-17-2020 , 14:24   Re: /steam show steamers online
#3

try if u can u are join 2007 OMG u so pro
Mohamed null is offline
Fuck For Fun
Veteran Member
Join Date: Nov 2013
Old 10-17-2020 , 14:48   Re: /steam show steamers online
#4

Quote:
Originally Posted by Mohamed null View Post
try if u can u are join 2007 OMG u so pro

HTML Code:
/* Plugin generated by AMXX-Studio */

#include <amxmodx>
#include <amxmisc>

#define PLUGIN "New Plug-In"
#define VERSION "1.0"
#define AUTHOR "author"


public plugin_init() {
	register_plugin(PLUGIN, VERSION, AUTHOR)
	
	register_clcmd("say /steam", "Sep2020");
}

public Sep2020(Null)
{
	client_print_color(Null, Null, "Hi %n, Welcome to AM and make your server legal", Null);
}

Last edited by Fuck For Fun; 10-17-2020 at 14:51.
Fuck For Fun is offline
Send a message via Skype™ to Fuck For Fun
Napoleon_be
Veteran Member
Join Date: Jul 2011
Location: Belgium
Old 10-17-2020 , 16:00   Re: /steam show steamers online
#5

Quote:
Originally Posted by Fuck For Fun View Post

HTML Code:
/* Plugin generated by AMXX-Studio */

#include <amxmodx>
#include <amxmisc>

#define PLUGIN "New Plug-In"
#define VERSION "1.0"
#define AUTHOR "author"


public plugin_init() {
	register_plugin(PLUGIN, VERSION, AUTHOR)
	
	register_clcmd("say /steam", "Sep2020");
}

public Sep2020(Null)
{
	client_print_color(Null, Null, "Hi %n, Welcome to AM and make your server legal", Null);
}
We're october already bro
__________________
Napoleon_be is offline
Send a message via Skype™ to Napoleon_be
Supremache
Veteran Member
Join Date: Sep 2019
Location: Egypt
Old 10-17-2020 , 16:27   Re: /steam show steamers online
#6

Try this:

Code:
#include <amxmodx> #include <amxmisc> #define PLUGIN "Check Steam Client" #define VERSION "0.0.1" #define AUTHOR "Supermache" public plugin_init() {     register_plugin(PLUGIN, VERSION, AUTHOR)     register_clcmd( "say /steam", "CheckSteamClient", ADMIN_KICK);     register_clcmd( "say_team /steam", "CheckSteamClient", ADMIN_KICK); } public CheckSteamClient(id, iLevel, iCid) {     if(!cmd_access(id, iLevel, iCid, 1))     {         return PLUGIN_HANDLED     }     new szTitle[128]     formatex(szTitle, charsmax(szTitle), "\yCheck Steamer'S:")     new iPlayers[32], iPnum, iMenu = menu_create(szTitle, "SteamClient")     get_players(iPlayers, iPnum, "ch");     for(new szUserName[32], szUserID[32], g_CheckSteam[51], iPlayer, i = 0; i < iPnum; i++)     {         iPlayer = iPlayers[i];                 get_user_authid(iPlayer, szUserID, charsmax(szUserID))         get_user_name(iPlayer, szUserName, charsmax(szUserName));         if( containi(szUserID, "STEAM_0") != -1 ) {             copy(g_CheckSteam, charsmax(g_CheckSteam), "\r(Steam)");                     }         else {             copy(g_CheckSteam, charsmax(g_CheckSteam), "\r(Non-Steam)");                     }                 formatex( szUserName, charsmax(szUserName), "%s %s", szUserName, g_CheckSteam);         menu_additem(iMenu, szUserName);     }     menu_setprop( iMenu, MPROP_EXITNAME, "Exit" );     menu_setprop( iMenu, MPROP_NEXTNAME, "Next" );     menu_setprop( iMenu, MPROP_BACKNAME, "Back" );             menu_display(id, iMenu)     return PLUGIN_HANDLED } public SteamClient(id, iMenu, iItem) {     menu_destroy(iMenu)     return PLUGIN_HANDLED }
__________________
Youtube.com/Supremache

Bank System [Nvault - SQL Support]
VIP System
  • If you think it's that simple, then do it yourself.

Last edited by Supremache; 10-17-2020 at 16:28.
Supremache is offline
Fuck For Fun
Veteran Member
Join Date: Nov 2013
Old 10-17-2020 , 16:29   Re: /steam show steamers online
#7

Quote:
Originally Posted by Napoleon_be View Post
We're october already bro
I know .. I took it from the details of him Account -.-
Fuck For Fun is offline
Send a message via Skype™ to Fuck For Fun
Mohamed null
BANNED
Join Date: Sep 2020
Location: Algeria
Old 10-17-2020 , 16:29   Re: /steam show steamers online
#8

Ty guys <3
Mohamed null is offline
Mohamed null
BANNED
Join Date: Sep 2020
Location: Algeria
Old 10-17-2020 , 16:31   Re: /steam show steamers online
#9

Abdo Ocman
Error: Cannot read from file: "C:\Program Files (x86)\AMX Mod X\amxxstudio\Untitled.sma" on line 0
Mohamed null is offline
Supremache
Veteran Member
Join Date: Sep 2019
Location: Egypt
Old 10-17-2020 , 16:33   Re: /steam show steamers online
#10

U should save the file before complie O_O
__________________
Youtube.com/Supremache

Bank System [Nvault - SQL Support]
VIP System
  • If you think it's that simple, then do it yourself.
Supremache is offline
Closed Thread



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 00:30.


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