ftos
Moderator: InsideQC Admins
5 posts
• Page 1 of 1
-

Error - InsideQC Staff
- Posts: 865
- Joined: Fri Nov 05, 2004 5:15 am
- Location: VA, USA
you need MULTIPLE_TEMPSTRINGS or UNLIMITED_TEMPSTRINGS or so in the engine to guarentee that you the previous result is not changed by the second call.
Cos it returns from a static internal buffer.
or you can use frik_file's strzone function to dupe it before calling it the second time, but don't forget to unzone too.
in a regular engine:
centerprint2(self, ftos(5), ftos(8))
will print:
88
or so.
Cos it returns from a static internal buffer.
or you can use frik_file's strzone function to dupe it before calling it the second time, but don't forget to unzone too.
in a regular engine:
centerprint2(self, ftos(5), ftos(8))
will print:
88
or so.
- Spike
- Posts: 2892
- Joined: Fri Nov 05, 2004 3:12 am
- Location: UK
5 posts
• Page 1 of 1
Who is online
Users browsing this forum: No registered users and 1 guest