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

[DoDFun][dodfun.inc] little mistake!


  
 
 
Thread Tools Display Modes
Author Message
FeuerSturm
AlliedModders Donor
Join Date: Apr 2004
Old 08-28-2005 , 08:02   [DoDFun][dodfun.inc] little mistake!
#1

last few lines in dodfun.inc are:

Code:
/* use this function to get info about specified control point's area */
native area_get_data( index, CP_VALUE:key, szValue[]="", len=0 );

/* use this function to change control point's area data */
native area_set_data( index, CP_VALUE:key , iValue=-1, szValue[]="" );

but have to be:

Code:
/* use this function to get info about specified control point's area */
native area_get_data( index, CA_VALUE:key, szValue[]="", len=0 );

/* use this function to change control point's area data */
native area_set_data( index, CA_VALUE:key , iValue=-1, szValue[]="" );
FeuerSturm is offline
filou
Junior Member
Join Date: Feb 2005
Location: France
Old 08-28-2005 , 08:28   Re: [DoDFun][dodfun.inc] little mistake!
#2

Quote:
Originally Posted by FireStorm
last few lines in dodfun.inc are:

Code:
/* use this function to get info about specified control point's area */
native area_get_data( index, CP_VALUE:key, szValue[]="", len=0 );

/* use this function to change control point's area data */
native area_set_data( index, CP_VALUE:key , iValue=-1, szValue[]="" );

but have to be:

Code:
/* use this function to get info about specified control point's area */
native area_get_data( index, CA_VALUE:key, szValue[]="", len=0 );

/* use this function to change control point's area data */
native area_set_data( index, CA_VALUE:key , iValue=-1, szValue[]="" );
I did not sleep much this night , but I do not see any difference between these lines.
filou is offline
evilspy
Member
Join Date: Jun 2004
Location: Finland
Old 08-28-2005 , 08:29  
#3

CP_VALUE != CA_VALUE
__________________
^^ ^^ ^^ ^^
Metamod-P
- http://metamod-p.sf.net/
evilspy is offline
filou
Junior Member
Join Date: Feb 2005
Location: France
Old 08-28-2005 , 09:09  
#4

Quote:
Originally Posted by ghost of evilspy
CP_VALUE != CA_VALUE
Arggggg, thanks, I'll go to bed
filou is offline
BAILOPAN
Join Date: Jan 2004
Old 08-30-2005 , 02:57  
#5

Fixed, thanks for the report!
__________________
egg
BAILOPAN is offline
 



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 05:08.


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