Garry's Mod Wiki

FireProblemFromEngine

  FireProblemFromEngine( string id, number severity, string params )

Description

This is used internally - although you're able to use it you probably shouldn't. Internally uses FireProblem to create / fire the Problem.

This function is called from the engine to notify the player about a problem in a more user friendly way compared to a console message.

Arguments

1 string id
The Problem ID.
2 number severity
The Problem severity.
3 string params
Additional Parameters.