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

Weird Tag Mismatch Error


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
.Prometheus.
Member
Join Date: Sep 2004
Old 05-11-2005 , 17:43   Weird Tag Mismatch Error
Reply With Quote #1

I can't work it out....why is this happening? Why am I getting a tagmismatch on line 292?

Code:
format_time( time_format, 64, "%d", timeleft ) if( str_to_num( time_format ) >= 7 ) {     if( years == 1 ) {         format( time_format_output[len], 128-len, ", " )     }     new Float:weeky_thing = floatround( float( str_to_num( time_format )/7 ), floatround_floor ) 292:    new weeky_thing_str[64]     format( weeky_thing_str, 64, "%f", weeky_thing )     len += format( time_format_output[len], 128-len, "%s weeks", weeky_thing_str )     timeleft = timeleft - ( str_to_num( weeky_thing_str ) * 7 * 24 * 60 * 60 )     weeks = 1 }

it seems to be any line of code I put under "new Float:weeky_thing = floatround( float( str_to_num( time_format )/7 ), floatround_floor )"
.Prometheus. is offline
Send a message via AIM to .Prometheus. Send a message via MSN to .Prometheus.
teame06
i have a hat
Join Date: Feb 2005
Location: Hat City
Old 05-11-2005 , 21:10  
Reply With Quote #2

Code:
new time_format[64] format_time( time_format, 63, "%d", timeleft )


Code:
new weeky_thing_str[64] format( weeky_thing_str, 63, "%f", weeky_thing )
__________________
No private support via Instant Message
GunGame:SM Released
teame06 is offline
Send a message via AIM to teame06
.Prometheus.
Member
Join Date: Sep 2004
Old 05-12-2005 , 03:19  
Reply With Quote #3

bah, someone did point that out to me, but at some point I saw some code where it had 64 used in format, bleh.

Thanks
.Prometheus. is offline
Send a message via AIM to .Prometheus. Send a message via MSN to .Prometheus.
Reply



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 18:20.


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