PDA

View Full Version : I need help! The string won't work!


Boywhiz88
01-09-2003, 09:13 PM
Okay. I've been trying to implement the code to slow time and it's not working.

I've been using

MaxPayne_GameMode->GM_ChangeGameSpeed(1,0);

just to get it in there. Doesn't work at all. I get the "invalid name" type thing in MaxED.

What's up with it?

Co11
01-09-2003, 10:59 PM
you're very close... try this..
</font><blockquote><font size="1" face="Verdana, Arial">code:</font><hr /><pre style="font-size:x-small; font-family: monospace;"> maxpayne_gamemode->gm_changeglobalgamespeed(1, 0); [/code]</blockquote><font size="2" face="Verdana, Arial">

Maddieman
01-10-2003, 03:46 AM
Just to point out the obvious, but speed 1 wont slow anything down. Try speed .5 or .2.

william ford
01-10-2003, 09:04 PM
Just to point out the obvious, but speed 1 wont slow anything down. Try speed .5 or .2. <font size="2" face="Verdana, Arial">Damn u, i knew that one.