mirror of
https://github.com/PHIDIAS0303/ExpCluster.git
synced 2026-01-01 05:01:40 +09:00
Updated help message
This commit is contained in:
@@ -564,7 +564,7 @@ function commandInit()
|
|||||||
end
|
end
|
||||||
end)
|
end)
|
||||||
--repair
|
--repair
|
||||||
commands.add_command('repair','<range/all> Reives all entitys in this range. Admins can use all as range #4#',function(event)
|
commands.add_command('repair','<range/all> Reives and heals all entitys in this range. Admins can use all as range #4#',function(event)
|
||||||
if event.player_index then
|
if event.player_index then
|
||||||
local byPlayer = game.players[event.player_index]
|
local byPlayer = game.players[event.player_index]
|
||||||
if event.parameter then else byPlayer.print('Invaild Input, /repair <range/all>') return end
|
if event.parameter then else byPlayer.print('Invaild Input, /repair <range/all>') return end
|
||||||
|
|||||||
Reference in New Issue
Block a user