mirror of
https://github.com/alliedmodders/amxmodx.git
synced 2024-12-26 06:45:37 +03:00
fix from fsfod
This commit is contained in:
parent
25750d2f05
commit
b8ca4586ad
@ -131,7 +131,7 @@ native list_push_int(list_id, value)
|
||||
native list_store_string(list_id, list_posn, value[])
|
||||
|
||||
//Push a string to the end of the list
|
||||
native list_push_string(list_id, list_posn, value[])
|
||||
native list_push_string(list_id, value[])
|
||||
|
||||
|
||||
/* Functions to get data from lists */
|
||||
|
Loading…
Reference in New Issue
Block a user