mirror of
https://github.com/PHIDIAS0303/ExpCluster.git
synced 2025-12-30 20:41:41 +09:00
If this doesnt work idk whats wrong
This commit is contained in:
@@ -133,8 +133,8 @@ function ExpLib.player_return(rtn,colour,player)
|
|||||||
if not player then error('Invalid Player given to player_return',2) end
|
if not player then error('Invalid Player given to player_return',2) end
|
||||||
-- plays a nice sound that is different to normal message sound
|
-- plays a nice sound that is different to normal message sound
|
||||||
player.play_sound{path='utility/scenario_message'}
|
player.play_sound{path='utility/scenario_message'}
|
||||||
returnWith(function() player.print(rtn,colour) end)
|
returnWith(function(newRtn) player.print(newRtn,colour) end)
|
||||||
else returnWith(rcon.print) end
|
else returnWith(function(newRtn) rcon.print(newRtn) end) end
|
||||||
end
|
end
|
||||||
|
|
||||||
--- Convert ticks to hours
|
--- Convert ticks to hours
|
||||||
|
|||||||
Reference in New Issue
Block a user