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

Solved [CS:GO] !medic on the special key


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
edgar009955
Member
Join Date: Aug 2016
Old 02-21-2018 , 02:33   [CS:GO] !medic on the special key
Reply With Quote #1

Please tell me the code/plugin, which will instead of the keys F1, F3(auto-purchase weapons) handle the command !medic/sm_medic

Last edited by edgar009955; 02-21-2018 at 16:35.
edgar009955 is offline
PinHeaDi
Senior Member
Join Date: Jul 2013
Location: Bulgaria
Old 02-21-2018 , 07:15   Re: [CS:GO] !medic on the special key
Reply With Quote #2

https://forums.alliedmods.net/showpo...10&postcount=2

PHP Code:
#include <sourcemod>

public void OnPluginStart()
{
    
AddCommandListener(mediccommand"autobuy");
}

public 
Action mediccommand(int clientchar[] commandint args)
{    
    
///code here

__________________

Last edited by PinHeaDi; 02-21-2018 at 07:15.
PinHeaDi is offline
edgar009955
Member
Join Date: Aug 2016
Old 02-21-2018 , 16:36   Re: [CS:GO] !medic on the special key
Reply With Quote #3

Thanks!
edgar009955 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 07:51.


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