You are viewing our Forum Archives. To view or take place in current topics click here.
Need help with .ff viewer v2.64
Posted:
Need help with .ff viewer v2.64Posted:
Status: Offline
Joined: Sep 01, 201014Year Member
Posts: 1,337
Reputation Power: 53
Status: Offline
Joined: Sep 01, 201014Year Member
Posts: 1,337
Reputation Power: 53
Hey i'm editing my CoD WaW patch. I opened my maps/_zombiemode_score.gsc i want to ed it my text so i added the following lines:
self iPrintlnBold( "^5Welcome ^7To ^5O^7D^8G ^9SACKAROONI's ^4and ^3ShoeRhino's ^9LOBBY!" );
wait 0.4;
self iPrintlnBold( "^7Obey ^8Us ^3or ^6be ^4DERANKED" );
wait 0.4;
self iPrintlnBold( "^4Send ^8 Some ^6 MS ^9Points ^4To ^3US!" );
and when i try to save my progress this comes up after i click "Save fastfile" an error message pops up saying: Arithmatic operation resulted in overflow
I tried all versions of .ff viewer and I get this every time! I'm just editing iBetreyy 1.5.3 so I don't understand the problem. Please help
self iPrintlnBold( "^5Welcome ^7To ^5O^7D^8G ^9SACKAROONI's ^4and ^3ShoeRhino's ^9LOBBY!" );
wait 0.4;
self iPrintlnBold( "^7Obey ^8Us ^3or ^6be ^4DERANKED" );
wait 0.4;
self iPrintlnBold( "^4Send ^8 Some ^6 MS ^9Points ^4To ^3US!" );
and when i try to save my progress this comes up after i click "Save fastfile" an error message pops up saying: Arithmatic operation resulted in overflow
I tried all versions of .ff viewer and I get this every time! I'm just editing iBetreyy 1.5.3 so I don't understand the problem. Please help
#2. Posted:
Status: Offline
Joined: Sep 01, 201014Year Member
Posts: 1,337
Reputation Power: 53
Status: Offline
Joined: Sep 01, 201014Year Member
Posts: 1,337
Reputation Power: 53
PLease BUMP BUMP BUMP
- 0useful
- 0not useful
#3. Posted:
Status: Offline
Joined: May 27, 201014Year Member
Posts: 5,573
Reputation Power: 308
Status: Offline
Joined: May 27, 201014Year Member
Posts: 5,573
Reputation Power: 308
Maybe you added to much of text, i also got tht problem few times
- 0useful
- 0not useful
#4. Posted:
Status: Offline
Joined: Sep 01, 201014Year Member
Posts: 1,337
Reputation Power: 53
Status: Offline
Joined: Sep 01, 201014Year Member
Posts: 1,337
Reputation Power: 53
-Galaxy- wrote Maybe you added to much of text, i also got tht problem few times
Do you think that text I added was to much? That was the only thing I added?
- 0useful
- 0not useful
#5. Posted:
Status: Offline
Joined: Feb 26, 201212Year Member
Posts: 3
Reputation Power: 0
Status: Offline
Joined: Feb 26, 201212Year Member
Posts: 3
Reputation Power: 0
-Galaxy- wrote Maybe you added to much of text, i also got tht problem few times
I literally changed 1 letter and it did it...
- 0useful
- 0not useful
#6. Posted:
Status: Offline
Joined: Feb 10, 201212Year Member
Posts: 950
Reputation Power: 43
Status: Offline
Joined: Feb 10, 201212Year Member
Posts: 950
Reputation Power: 43
instead of putting usernames,
put
" self iPrintlnBold( "^5Welcome ^7To +self.name+'s ^9LOBBY!" ); "
Its just show your GT, and itl be cleaner.
put
" self iPrintlnBold( "^5Welcome ^7To +self.name+'s ^9LOBBY!" ); "
Its just show your GT, and itl be cleaner.
- 0useful
- 0not useful
#7. Posted:
Status: Offline
Joined: Sep 25, 201113Year Member
Posts: 2,390
Reputation Power: 117
Status: Offline
Joined: Sep 25, 201113Year Member
Posts: 2,390
Reputation Power: 117
Your putting spaces between the ( and the ".
+ Don't use different colours like that, it makes the menu look dirty. Keep it clean and simple by using few colours.
+ Don't use different colours like that, it makes the menu look dirty. Keep it clean and simple by using few colours.
- 0useful
- 0not useful
You are viewing our Forum Archives. To view or take place in current topics click here.