Difference between revisions of "ALLOW THIS SCRIPT TO BE PAUSED"

From GTAMods Wiki
Jump to navigation Jump to search
(New page: {{Native |np=1 |p1t=bool |p1d=Allows or disallows this script to be paused |r=0 }} Allows or disallows the script this native is executed in to be paused.)
 
 
Line 7: Line 7:
  
 
Allows or disallows the script this native is executed in to be paused.
 
Allows or disallows the script this native is executed in to be paused.
 +
 +
For example, when entering the Custom Match menu, every pausable script gets paused.

Latest revision as of 15:07, 11 December 2017

ALLOW_THIS_SCRIPT_TO_BE_PAUSED
Number of parameters: 1
Parameter #TypeDescription
1.boolAllows or disallows this script to be paused
Return value:
TypeDescription
None

Allows or disallows the script this native is executed in to be paused.

For example, when entering the Custom Match menu, every pausable script gets paused.