Raised This Month: $ Target: $400
 0% 

Weird Tag Mismatch Error


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
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.
 



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 16:49.


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