OnClientResourceStop: Difference between revisions

From Multi Theft Auto: Wiki
Jump to navigation Jump to search
No edit summary
mNo edit summary
Line 6: Line 6:
<syntaxhighlight lang="lua">
<syntaxhighlight lang="lua">
resource stoppedResource
resource stoppedResource
</syntaxhighlight>  
</syntaxhighlight>
 
*'''stoppedResource''': the [[resource]] that was stopped.


==Source==
==Source==

Revision as of 15:39, 25 September 2007

This event is triggered when a resource is stopped.

Parameters

resource stoppedResource
  • stoppedResource: the resource that was stopped.

Source

The source of this event is the client root element.

Example