Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 439 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 439 Bytes

Flash/Scaleform is deprecated in Dota2Reborn. No further support for this module.

CustomError

Preview

Usage
  • Put the files in their correct folders
  • In Lua, use FireGameEvent( 'custom_error_show', { player_ID = pID, _error = "Type Your Error Here" } )
custom_events.txt
"CustomEvents"
{
	
	"custom_error_show"
	{
		"player_ID"		"short"
		"_error"		"string"
	}
	
}