summaryrefslogtreecommitdiff
path: root/gamemode/chatcommands.lua
diff options
context:
space:
mode:
authorAlexander Pickering <alexandermpickering@gmail.com>2016-04-22 12:48:04 -0400
committerAlexander Pickering <alexandermpickering@gmail.com>2016-04-22 12:48:04 -0400
commit61cb61465f7f8eefd5e634229e2a17a28803d44f (patch)
treec8b411ef63bdbd91f8fb71ce7df239b279bd36e9 /gamemode/chatcommands.lua
parentaf73f004c2d15d4b69d4706f79948f52f45fe287 (diff)
downloadgmstranded-61cb61465f7f8eefd5e634229e2a17a28803d44f.tar.gz
gmstranded-61cb61465f7f8eefd5e634229e2a17a28803d44f.tar.bz2
gmstranded-61cb61465f7f8eefd5e634229e2a17a28803d44f.zip
Moved meta-functions relateing to processes to player_functions.lua
Diffstat (limited to 'gamemode/chatcommands.lua')
-rw-r--r--gamemode/chatcommands.lua6
1 files changed, 3 insertions, 3 deletions
diff --git a/gamemode/chatcommands.lua b/gamemode/chatcommands.lua
index 54d4bba..9989054 100644
--- a/gamemode/chatcommands.lua
+++ b/gamemode/chatcommands.lua
@@ -75,7 +75,7 @@ CHATCMD.CCName = "gms_help"
function CHATCMD:Run( ply, args )
ply:ConCommand( self.CCName )
-end
+end
GMS.RegisterChatCmd( CHATCMD )
@@ -90,7 +90,7 @@ CHATCMD.CCName = "gms_dropresources"
function CHATCMD:Run( ply, args )
GAMEMODE.DropResource( ply, self.CCName, args )
-end
+end
GMS.RegisterChatCmd( CHATCMD )
@@ -427,7 +427,7 @@ function CHATCMD:Run( ply, args )
if ( !mahTribe ) then ply:SendMessage( "Something went wrong! Report this to admins: " .. ply:Team(), 3, Color( 200, 10, 10, 255 ) ) return end
- ply:SendMessage( "Invitation sent!", 3, Color( 200, 200, 200, 255 ) )
+ ply:SendMessage( "Invitation sent!", 3, Color( 200, 200, 200, 255 ) )
umsg.Start( "gms_invite", him )
umsg.String( mahTribe.name )