Setarg
From SA-MP Wiki
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. |
Related Functions
The following functions may be useful, as they are related to this function in one way or another.