Post: Third Person Freeze Game
02-18-2016, 06:04 AM #1
(adsbygoogle = window.adsbygoogle || []).push({}); hello i just need a answer to this

setThirdPerson()
{
self.thirdPerson=BO(self.thirdPerson);
self setClientThirdPerson(self.thirdPerson);
(self.thirdPerson,"Third Person ^1OFF","Third Person ^2ON"));
}

freezes my game ?? can anyone help or fix i use this cause my old one when i change model i cant see whole model only floor but this works but only for dynamic v3.3
(adsbygoogle = window.adsbygoogle || []).push({});
02-20-2016, 02:33 PM #11
Toxic
former staff
Originally posted by John View Post
Tanx4thecredits m8, that's a 1st in this section
But uh, I'd try to correct but I can't even understand what's going on there, so good job

tru dat :ha!:
02-22-2016, 06:24 AM #12
Originally posted by BullyWiiPlaza View Post
You shouldn't need to add someone on Skype for telling you which function to paste into your patch if you're getting an easy script error like that since it's a basic thing to check your functions unless you have no clue how to code whatsoever and then you shouldn't be messing with anything scripting related. It's pretty unfortunate if copy and paste is not enough to make it work, isn't it? Most functions in Dynamics have to be edited lol


No i didnt want to add him on skype for the third person i wanted him to see if he could fix the forge code i have thats his
02-22-2016, 06:26 AM #13
Originally posted by jwm614 View Post
    

setThirdPerson()
{
self.thirdPerson=BO(self.thirdPerson);
self setClientThirdPerson(self.thirdPerson);
self ipritln(booleanReturnVal(self.thirdPerson,"Third Person ^1OFF","Third Person ^2ON"));
}
booleanReturnVal(bool, returnIfFalse, returnIfTrue)
{
if (bool)
return returnIfTrue;
else
return returnIfFalse;
}

BO(bool)
{
if(!isDefined(bool))
return true;
if (bool)
return false;
else
return true;
}


Hey Jwm614 i have one of ur codes that works as a code but in game dont do what its suppose to do can u fix this for me ??

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo