Usage
Syntax: function onHeadChanges(string newHead, string oldHead) { }
Explanation
Is called when a player's head changes.
Example
function onHeadChanges(newHead, oldHead)
{
echo("foo");
}... echoes "foo".
Categories
CategoryFunctionEvent
function onHeadChanges(newHead, oldHead)
{
echo("foo");
}
There are no comments on this page. [Add comment]