Usage
Syntax: function onPlayerLanguageChanges(playerObject, string newLanguage) { }
Explanation
Is called when the language of a player has changed.
Example
function onPlayerLanguageChanges(playerObject, newLanguage) { echo("foo"); }
... echoes "foo".
Categories
CategoryFunctionEvent
There are no comments on this page. [Add comment]