mirror of
https://github.com/alliedmodders/amxmodx.git
synced 2024-12-26 23:05:37 +03:00
Allow arrayset to accept any type (#516)
This commit is contained in:
parent
0bfc65c635
commit
05b74111d3
@ -3283,7 +3283,7 @@ native DestroyForward(forward_handle);
|
||||
*
|
||||
* @noreturn
|
||||
*/
|
||||
native arrayset(array[], value, size);
|
||||
native arrayset(any:array[], any:value, size);
|
||||
|
||||
/**
|
||||
* Returns the weapon id associated with a weapon name.
|
||||
|
Loading…
Reference in New Issue
Block a user