AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Plugin/Gameplay Ideas and Requests (https://forums.alliedmods.net/forumdisplay.php?f=60)
-   -   Solved [CS:GO] !medic on the special key (https://forums.alliedmods.net/showthread.php?t=305474)

edgar009955 02-21-2018 02:33

[CS:GO] !medic on the special key
 
Please tell me the code/plugin, which will instead of the keys F1, F3(auto-purchase weapons) handle the command !medic/sm_medic

PinHeaDi 02-21-2018 07:15

Re: [CS:GO] !medic on the special key
 
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



edgar009955 02-21-2018 16:36

Re: [CS:GO] !medic on the special key
 
Thanks!


All times are GMT -4. The time now is 17:15.

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