More new plugin awesomeness
git-svn-id: http://mc-server.googlecode.com/svn/trunk@174 0a769ca7-a7f5-676a-18bf-c427514a06d6
This commit is contained in:
10
Plugins/NewTest/gamemode.lua
Normal file
10
Plugins/NewTest/gamemode.lua
Normal file
@@ -0,0 +1,10 @@
|
||||
function HandleChangeGMCommand( Split, Player )
|
||||
if( #Split ~= 2 ) then
|
||||
Player:SendMessage( cChatColor.Green .. "Usage: /gm [GameMode (0|1)]" )
|
||||
return true
|
||||
end
|
||||
|
||||
Player:SetGameMode(Split[2])
|
||||
|
||||
return true
|
||||
end
|
||||
Reference in New Issue
Block a user