Setarg
From SA-MP Wiki
[edit]
setarg
![]() | Note: This function name starts with a lowercase letter. |
Description:
Set an argument that was passed to a function.
(arg, index=0, value)
arg | The argument sequence number. Use 0 for the first argument. |
index | The index (if the argument is an array). |
value | The value to set the argument to. |
[edit]
Related Functions
The following functions may be helpful as they relate to this function in one way or another.