mirror of
https://github.com/alliedmodders/amxmodx.git
synced 2025-04-01 15:29:05 +03:00
Update string.cpp
This commit is contained in:
parent
af56d964c1
commit
e405551dbd
@ -172,7 +172,7 @@ extern "C" size_t get_amxstring_r(AMX *amx, cell amx_addr, char *destination, in
|
|||||||
|
|
||||||
char *get_amxbuffer(int id)
|
char *get_amxbuffer(int id)
|
||||||
{
|
{
|
||||||
static char buffer[4][MAX_BUFFER_LENGTH];
|
static char buffer[8][MAX_BUFFER_LENGTH];
|
||||||
return buffer[id];
|
return buffer[id];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user