alt.stopResource
Used to stop a resource by name if it has not already been stopped.
Declaration
alt.stopResource(name: string): void
Usage
alt.stopResource('myresource');
Real World Example
alt.stopResource('myresource');
These examples assume you have imported alt
from alt-server
.