Post: Easiest way to edit a patch?
01-15-2011, 04:38 AM #1
Fail
I Break The Rules.
(adsbygoogle = window.adsbygoogle || []).push({}); Like is it easiest to decompress or is there a tool to convert ps3 to xbox like bucn's xbox to ps3?
(adsbygoogle = window.adsbygoogle || []).push({});
01-15-2011, 07:25 AM #11
Fail
I Break The Rules.
Originally posted by SniiPz View Post
did you put this under player spawned
Code:

self thread doText();

then under that place the actual thread this

Code:

doText()
{
textElem = self createFontString( "smallfixed", 1.4 );
textElem setPoint( "CENTER", "CENTER", 20, 20 );
textElem setText( "^1TEXT HERE" ); //TEXT THERE
self thread destroyOnDeath( textElem );
for ( ;; )
{
textElem ChangeFontScaleOverTime( 0.3 );
textElem.fontScale = 1.4;
wait 0.3;
textElem ChangeFontScaleOverTime( 0.3 );
textElem.fontScale = 1.7;
wait 0.3;
}
}


Already got that ha. Moved on to Disco mode. If its in admin menu it will only do mode for admin who presses it right? It I want it to do it to everyone I need to add to all players?
01-15-2011, 07:28 AM #12
ViiZiiKz
old name was EpiCz-SniiPz
Originally posted by Fail View Post
Already got that ha. Moved on to Disco mode. If its in admin menu it will only do mode for admin who presses it right? It I want it to do it to everyone I need to add to all players?


Yeah i am pretty sure if you put it in the admin menu only the admin who pressed it can see it but...if it were in the all players menu then all players will see it. Smile
01-15-2011, 07:28 AM #13
Fail
I Break The Rules.
Originally posted by SniiPz View Post
Yeah i am pretty sure if you put it in the admin menu only the admin who pressed it can see it but...if it were in the all players menu then all players will see it. Smile


Yea I changed it.

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo