mirror of
https://github.com/alliedmodders/amxmodx.git
synced 2024-12-24 13:55:36 +03:00
removed numtostr and strtonum from native export tables (will be done using stock functions)
This commit is contained in:
parent
fba6a48be5
commit
c334614885
@ -528,13 +528,11 @@ AMX_NATIVE_INFO string_Natives[] = {
|
||||
{ "isalnum", is_alnum },
|
||||
{ "isspace", is_space },
|
||||
{ "isalpha", is_alpha },
|
||||
{ "numtostr", numtostr },
|
||||
{ "num_to_str", numtostr },
|
||||
{ "parse", parse },
|
||||
{ "replace", replace },
|
||||
{ "setc", setc },
|
||||
{ "strtolower", strtolower },
|
||||
{ "strtonum", strtonum },
|
||||
{ "strtoupper", strtoupper },
|
||||
{ "str_to_num", strtonum },
|
||||
{ NULL, NULL }
|
||||
|
Loading…
Reference in New Issue
Block a user