View Single Post
xeroblood
BANNED
Join Date: Mar 2004
Location: Toronto, Canada
Old 03-27-2004 , 10:17  
Reply With Quote #6

hrmm, just checked changelog, and you're right, it isn't listed.. but it prolly wasn't because of backward compatibility, so you really don't need to..

from string.inc:
Code:
/* Converts number to string. */ native num_to_str(num,string[],len); /* Returns converted string to number. */ native str_to_num(const string[]);

the function names were changed, but backwards compatibility was added for it in amxmod.inc:
Code:
stock numtostr(num,string[],len)   return num_to_str(num,string,len) stock strtonum(const string[])   return str_to_num(string)

But as for a general list of all Natives/Forwards/Stocks that would defintely be nice!! (I think it's coming with 0.2 version)
xeroblood is offline
Send a message via MSN to xeroblood