Difference between revisions of "ALLOCATE SCRIPT TO RANDOM PED"

From GTAMods Wiki
Jump to navigation Jump to search
 
Line 4: Line 4:
 
|p1d=Script Name
 
|p1d=Script Name
 
|p2t=integer
 
|p2t=integer
|p2d=Model Hash
+
|p2d=[[List of models hashes|Model Hash]]
 
|p3t=integer
 
|p3t=integer
|p3d=Unknown (always 100)
+
|p3d=priority (always 100)
 
|p4t=bool
 
|p4t=bool
 
|p4d=Unknown
 
|p4d=Unknown
 
|r=0
 
|r=0
 
}}
 
}}
 
+
Allocates a script to a random ped activating when the player is within the specified area around it.  
Allocates a script to a random ped.
 
  
 
{{Incomplete}}
 
{{Incomplete}}

Latest revision as of 11:24, 23 February 2009

ALLOCATE_SCRIPT_TO_RANDOM_PED
Number of parameters: 4
Parameter #TypeDescription
1.stringScript Name
2.integerModel Hash
3.integerpriority (always 100)
4.boolUnknown
Return value:
TypeDescription
None

Allocates a script to a random ped activating when the player is within the specified area around it.

This section is incomplete. You can help by fixing and expanding it.