removed numtostr and strtonum from native export tables (will be done using stock functions)
This commit is contained in:
		| @@ -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 } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user