Raised This Month: $12 Target: $400
 3% 

Complete list of changes to scripting issues


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
]FUSION[ Gray Death
Member
Join Date: Mar 2004
Location: Hamburg / Germany
Old 03-27-2004 , 05:06   Complete list of changes to scripting issues
Reply With Quote #1

Hi,

I'm looking for a guide, where all the changes relevant to scripting are described. Like

strtonum got str_to_num
get_user_money became cs_get_user_money
set_user_health now needs include fun

...

all things I just found out this morning by trying, single postings in the froum or other scattered infos. Is there maybe a complete list I just missed?
]FUSION[ Gray Death is offline
BigBaller
Veteran Member
Join Date: Mar 2004
Location: Everett, WA
Old 03-27-2004 , 05:59  
Reply With Quote #2

That would be nice, maybe a stickied thread of natives and such located in the base include files.

all I would suggest is looking at the inlude files in a text editor.

I dont know all the big changes off hand.
__________________

BigBaller is offline
xeroblood
BANNED
Join Date: Mar 2004
Location: Toronto, Canada
Old 03-27-2004 , 08:43  
Reply With Quote #3

the changelog will have most if not all of the changes listed!!
xeroblood is offline
Send a message via MSN to xeroblood
]FUSION[ Gray Death
Member
Join Date: Mar 2004
Location: Hamburg / Germany
Old 03-27-2004 , 08:55  
Reply With Quote #4

Yip, its the keysource. But if I'm not wrong e.g str_to_num is not listed.
]FUSION[ Gray Death is offline
BigBaller
Veteran Member
Join Date: Mar 2004
Location: Everett, WA
Old 03-27-2004 , 09:34  
Reply With Quote #5

yea str_to_num was not documented.
__________________

BigBaller is offline
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
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 10:42.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode