Just a small issue...
I can't understand why I receive the warning "Tag Mismatch on line 335".
PHP Code:
|
Re: Just a small issue...
Hi, try to use:
Code:
XP[kid] = XPMultiply[kid] * float(XPGain) |
Re: Just a small issue...
No effect. I appreciate the attempt. I really don't know why this is occurring. It's perfectly fine with all the other lines that have similar formulas...
[EDIT] By the way, this is for The Specialists, if it has any meaning. |
Re: Just a small issue...
I apologize for double posting, but another slight issue has crept up. The following code doesn't seem to display the proper numbers, either because of an issue with how the array indexes are being read, or because the hudmessage is not set up properly.
PHP Code:
|
Re: Just a small issue...
PHP Code:
|
Re: Just a small issue...
Ah sorry, I must be blind ...
You're assigning a float value to an integer variable. Just round the value first using floatround(). PHP Code:
|
Re: Just a small issue...
Thanks alien, that works well enough. :)
@wonsae: With what I tried to use, I got this: PHP Code:
PHP Code:
|
Re: Just a small issue...
Not sure whether this is the line but
PHP Code:
PHP Code:
|
Re: Just a small issue...
Code:
|
Re: Just a small issue...
That worked perfectly Deviance! Thanks a ton!
Final issue still remains: I can't get the XP numbers to show properly, they just show up as 0's. Should I post the .sma file for this one? |
| All times are GMT -4. The time now is 06:44. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.