natives.GENERATE_RANDOM_INT_IN_RANGE
Function Client Only ![]()
Online and Offline
Available since Client 1.0.0
void natives.GENERATE_RANDOM_INT_IN_RANGE(int ped, int value, int value2)
The natives.GENERATE_RANDOM_INT_IN_RANGE function is used to process the random int in range request.
Parameters
| 1) | int | ped | Target character in the game world. |
| 2) | int | value | Numeric parameter. |
| 3) | int | value2 | A value2 value. |
Return
| void | This function doesn't return a value. |
Notes
There aren't any notes for this function.
Examples
There aren't any examples for this function.
Compatibility
There isn't any compatibility information for this function.