Added numtostr and strtonum mappings... not adding this to string.inc ... but it's there now. :-P
This commit is contained in:
		| @@ -656,6 +656,7 @@ AMX_NATIVE_INFO string_Natives[] = { | ||||
|   { "isspace", is_space }, | ||||
|   { "isalpha", is_alpha }, | ||||
|   { "num_to_str", numtostr }, | ||||
|   { "numtostr", numtostr }, | ||||
|   { "parse",    parse }, | ||||
|   { "replace",  replace }, | ||||
|   { "setc",   setc }, | ||||
| @@ -663,6 +664,7 @@ AMX_NATIVE_INFO string_Natives[] = { | ||||
|   { "strtolower", strtolower }, | ||||
|   { "strtoupper", strtoupper }, | ||||
|   { "str_to_num", strtonum }, | ||||
|   { "strtonum", strtonum }, | ||||
|   { "trim", amx_trim }, | ||||
|   { "ucfirst", amx_ucfirst }, | ||||
|   { "strtok", amx_strtok }, | ||||
|   | ||||
		Reference in New Issue
	
	Block a user