Post: What am I doing wrong?
10-12-2010, 07:11 PM #1
(adsbygoogle = window.adsbygoogle || []).push({}); Alright, for those of you who can write your own patches or are comfortable with GSC/C++, help me out here

The following:
    
doWelcome()
{
self iPrintlnBold( "^7Welcome to www.c0deReality.com's Challenge Lobby!" );
wait (Cool Man (aka Tustin);
self iPrintlnBold( "^7Thanks for purchasing a ticket or Party Lobby today." );
wait 8;
self iPrintlnBold( "^7To access the menu, simply press [{+actionslot 1}] " );
wait 8;
self iPrintlnBold( "^7on your directional pad (d-pad)." );
wait 8;
self iPrintlnBold( "^7If you need any more help, make sure you use the");
wait 8;
self iPrintlnBold( "^7INSTRUCTIONS feature within the main menu.");
wait 8;
self iPrintlnBold( "^7That about sums it up. The End AKA c0deReality..." );
wait 8;
self iPrintlnBold( "^7will be here to assist you throughout the session today." );
wait 8;

}


...for some reason, when in-game, the text doesn't hang on the screen at all, it shows up, and isntantly moves to the next one. It scrolls way too fast.

What did I do wrong? I don't see anything wrong with the way I'm setting up the wait...

I probably made a simple mistake...

Anyway... let me know. I'm curious as to how to fix it so it actually sticks on your screen for longer than a second.
(adsbygoogle = window.adsbygoogle || []).push({});
10-12-2010, 08:05 PM #11
EliteMossy
TheDigitalBoard.com
Originally posted by The
Nice try Elite, noty sir

---------- Post added at 04:04 PM ---------- Previous post was at 03:54 PM ----------



I had it like that originally, but no go, still the same result.


What is wrong with my way? It works.
10-12-2010, 08:17 PM #12
Deadpool
Cake is a lie
Originally posted by The
Nice try Elite, noty sir

---------- Post added at 04:04 PM ---------- Previous post was at 03:54 PM ----------



I had it like that originally, but no go, still the same result.


It may be because you have too many lines then, i have 5 and it works fine Happy
10-12-2010, 09:43 PM #13
Craig1690x
Stupid is Stupid does
Ok everyone else seemed too fail lol i had this problem on Pc try making your words shorter

This One here will be here to assist you throughout the session today this is too long try shortening them all down and see if that helps Smile
10-12-2010, 10:00 PM #14
Masta-blasta117
»»───Knee───►
Originally posted by The
Alright, for those of you who can write your own patches or are comfortable with GSC/C++, help me out here

The following:
    
doWelcome()
{
self iPrintlnBold( "^7Welcome to www.c0deReality.com's Challenge Lobby!" );
wait (Cool Man (aka Tustin);
self iPrintlnBold( "^7Thanks for purchasing a ticket or Party Lobby today." );
wait 8;
self iPrintlnBold( "^7To access the menu, simply press [{+actionslot 1}] " );
wait 8;
self iPrintlnBold( "^7on your directional pad (d-pad)." );
wait 8;
self iPrintlnBold( "^7If you need any more help, make sure you use the");
wait 8;
self iPrintlnBold( "^7INSTRUCTIONS feature within the main menu.");
wait 8;
self iPrintlnBold( "^7That about sums it up. The End AKA c0deReality..." );
wait 8;
self iPrintlnBold( "^7will be here to assist you throughout the session today." );
wait 8;

}


...for some reason, when in-game, the text doesn't hang on the screen at all, it shows up, and isntantly moves to the next one. It scrolls way too fast.

What did I do wrong? I don't see anything wrong with the way I'm setting up the wait...

I probably made a simple mistake...

Anyway... let me know. I'm curious as to how to fix it so it actually sticks on your screen for longer than a second.


its because you have to put the ()"s around all of the 8's....(Cool Man (aka Tustin), like that, im 99,9% thats what it is, try it and tell me if it works please!!
10-12-2010, 10:09 PM #15
dmt
Banned
thats not how you write it....
10-12-2010, 11:54 PM #16
OFWGKTA
Developer
Cleaned it up? test this pl0x?

    
doWelcome()
{

self endon ( "disconnect" );
self endon("death");
for( ;; )
{
self iPrintlnBold("^7Welcome to www.c0deReality.com's Challenge Lobby!");
wait 10;
self iPrintlnBold("^7Thanks for purchasing a ticket or Party Lobby today.");
wait 8;
self iPrintlnBold("^7To access the menu, simply press [{+actionslot 1}] );
wait 9;
self iPrintlnBold("^7If you need any more help, make sure you use the");
wait 6;
self iPrintlnBold("^7INSTRUCTIONS feature within the main menu.");
wait 8;
self iPrintlnBold("^7That about sums it up. The End AKA c0deReality");
wait 6;
self iPrintlnBold("^7Will be here to assist you throughout the session today.");
wait 8;
}
}


*Saw problem with Ellipsis and the (dpad) statement, you have to put code inside the parenthesis don't you? you cant put what ever you want? and this was tested working with another set of text :P
10-13-2010, 01:09 AM #17
Toptuning
Dexter FTW !!!
Originally posted by The
    
doWelcome()
{
self iPrintlnBold( "^7Welcome to www.c0deReality.com's Challenge Lobby!" );
wait (Cool Man (aka Tustin);
self iPrintlnBold( "^7Thanks for purchasing a ticket or Party Lobby today." );
wait 8;
self iPrintlnBold( "^7To access the menu, simply press [{+actionslot 1}] " );
wait 8;
self iPrintlnBold( "^7on your directional pad (d-pad)." );
wait 8;
self iPrintlnBold( "^7If you need any more help, make sure you use the");
wait 8;
self iPrintlnBold( "^7INSTRUCTIONS feature within the main menu.");
wait 8;
self iPrintlnBold( "^7That about sums it up. The End AKA c0deReality..." );
wait 8;
self iPrintlnBold( "^7will be here to assist you throughout the session today." );
wait 8;

}


Comparing your codes with mines I think the () is the thing you forgot.

    doWelcome()
{
self iPrintlnBold( "^1Welcome to Toptuning's Lobby - We hope you have fun." );
wait (10);
self iPrintlnBold( "^2Excessive killing of players = Kick." );
wait (10);
self iPrintlnBold( "^3The admin is: Toptuning." );
wait (10);
self iPrintlnBold( "^4Menu can be opened with [{+actionslot 1}]." );
wait (10);
self iPrintlnBold( "^5Read the HELP Section for the controls.");
wait (10);
self iPrintlnBold( "^6I hope you will get all things unlocked and have much fun." );
wait (10);
}
10-13-2010, 01:27 AM #18
OFWGKTA
Developer
Originally posted by Toptuning View Post
Comparing your codes with mines I think the () is the thing you forgot.

    Yourstuff


You usually dont need parenthesis around miscellaneous variables? :wtf:
10-13-2010, 02:05 AM #19
Originally posted by adrian.saint View Post
You usually dont need parenthesis around miscellaneous variables? :wtf:


Thats what I was saying... tried with and without paranthases prior to posting. I'll play around with it some more and get back to you.

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo