OnClientResourceStop: Difference between revisions

From Multi Theft Auto: Wiki
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 15: Line 15:
==Example==  
==Example==  
[[Category:Needs example]]
[[Category:Needs example]]
[[Category:Incomplete Event]]

Revision as of 15:41, 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