StartResource
From GTA Network Wiki
StartResourceServer-Side Function
![]() |
![]() |
---|
This function will start the named resource.
Syntax
void NAPI.Resource.StartResource(string resourceName);
Required Arguments
- resourceName: parameter input should be in string type.
NOTE: This function returns data in bool type.
Usage example(s)
Example Description
NAPI.Resource.StartResource(string resourceName);
Changelog
Version | Description |
---|---|
1.0 | Release. |