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

Sourcemod Shortcut


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
KnoXviLLe
Senior Member
Join Date: Nov 2011
Old 01-15-2014 , 12:44   Sourcemod Shortcut
Reply With Quote #1

Hello.İ need this;

Player say "!res" and run command "mp_restartgame 1"
__________________
Success is the ability to go from one failure to another with no loss of enthusiasm.

KnoXviLLe is offline
Pelipoika
Veteran Member
Join Date: May 2012
Location: Inside
Old 01-15-2014 , 13:36   Re: Sourcemod Shortcut
Reply With Quote #2

Here

PHP Code:
#pragma semicolon 1

#include <sourcemod>

public OnPluginStart()
{
    
RegAdminCmd("sm_res"Command_RestartGame0); //Replace 0 with desired admin flag if you so choose
}

public 
Action:Command_RestartGame(clientargs)
{
    
ServerCommand("sm_cvar mp_restartgame 1");

Pelipoika is offline
KnoXviLLe
Senior Member
Join Date: Nov 2011
Old 01-15-2014 , 14:21  
Reply With Quote #3

Quote:
Originally Posted by Pelipoika View Post
Here

PHP Code:
#pragma semicolon 1

#include <sourcemod>

public OnPluginStart()
{
    
RegAdminCmd("sm_res"Command_RestartGame0); //Replace 0 with desired admin flag if you so choose
}

public 
Action:Command_RestartGame(clientargs)
{
    
ServerCommand("sm_cvar mp_restartgame 1");


Thank you. i want to another command

any idea ?
__________________
Success is the ability to go from one failure to another with no loss of enthusiasm.


Last edited by thetwistedpanda; 01-15-2014 at 15:56.
KnoXviLLe is offline
Mr.Freeman
Senior Member
Join Date: Nov 2013
Location: Canada
Old 01-15-2014 , 15:53   Re: Sourcemod Shortcut
Reply With Quote #4

Let us know what command you want it to be and im sure we can help
Mr.Freeman is offline
KnoXviLLe
Senior Member
Join Date: Nov 2011
Old 01-15-2014 , 19:26   Re: Sourcemod Shortcut
Reply With Quote #5

Quote:
Originally Posted by Mr.Freeman View Post
Let us know what command you want it to be and im sure we can help
İ learning bro.Thank you
__________________
Success is the ability to go from one failure to another with no loss of enthusiasm.

KnoXviLLe is offline
MafiaBoss
AlliedModders Donor
Join Date: Aug 2013
Old 01-15-2014 , 23:56   Re: Sourcemod Shortcut
Reply With Quote #6

Just use this bro, https://forums.alliedmods.net/showthread.php?t=232149

you can add as many as you want

EDIT: Out of topic. Freeman, why aren't you replying to my email and I see you on here all the time lol..

Last edited by MafiaBoss; 01-15-2014 at 23:57.
MafiaBoss 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 06:38.


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