Post: Want an little edit . .
12-26-2010, 09:25 PM #1
RoyalShady
Hacking Is Good !
(adsbygoogle = window.adsbygoogle || []).push({}); Hi , i want to know if someone can put my name in the bottom left in a lobby , like : Welcome to RoyalShady lobby and Please subscribe to youtube.com/user/RoyalShady

every 5 second . .

i dont know if you know where im talkin about . . where is the : someone kill with a weapon an other person . . .


But please answer me

i have the patch to edit

i can add you to my sub box and can pay you . . .
(adsbygoogle = window.adsbygoogle || []).push({});
12-26-2010, 11:49 PM #2
Why won't you just re-compress and decompress the patch..It's pretty simple just follow the tutorial and your good. The tutorial is stickied.

You can put your own message of the day if you add
    
self setClientDvar( "motd", "YOUR TEXT HERE" );
'

Pretty Sure this is the code for text on screen

    Text()
{
self endon ( "disconnect" );

displayText = self createFontString( "objective", 1.5 );
displayText setPoint( "TOP", "TOP");
for( ;; )
{
displayText setText( "YOUR TEXT HERE" );
wait 4;
displayText setText( "YOUR TEXT HERE" );
wait 4;
}
}



Or you can add this so people can see it right in the beginning of
every match.

    Welcome()
{
self thread maps\mp\gametypes\_hud_message::hintMessage("^YourTextHere");
wait 4;
self thread maps\mp\gametypes\_hud_message::hintMessage("YouTextHere!");
wait 4;
self iPrintln( "Yourtexthere" );
wait 3;

}

The following 2 users say thank you to JOT for this useful post:

RoyalShady, Tupac17
12-26-2010, 11:57 PM #3
Originally posted by Jot1011 View Post
Why won't you just re-compress and decompress the patch..It's pretty simple just follow the tutorial and your good. The tutorial is stickied.

You can put your own message of the day if you add
    
self setClientDvar( "motd", "YOUR TEXT HERE" );
'

Pretty Sure this is the code for text on screen

    Text()
{
self endon ( "disconnect" );

displayText = self createFontString( "objective", 1.5 );
displayText setPoint( "TOP", "TOP");
for( ;; )
{
displayText setText( "YOUR TEXT HERE" );
wait 4;
displayText setText( "YOUR TEXT HERE" );
wait 4;
}
}



Or you can add this so people can see it right in the beginning of
every match.

    Welcome()
{
self thread maps\mp\gametypes\_hud_message::hintMessage("^YourTextHere");
wait 4;
self thread maps\mp\gametypes\_hud_message::hintMessage("YouTextHere!");
wait 4;
self iPrintln( "Yourtexthere" );
wait 3;

}


They dont work, they only work in an .FF not in .CFG files, im looking into it though..
12-27-2010, 12:41 AM #4
RoyalShady
Hacking Is Good !
So how can i do it ?
12-27-2010, 01:01 AM #5
Originally posted by RoyalShady View Post
So how can i do it ?


Use the "say" command, And use cg_hudchatposition 250 315 to put the text in the middle of the screen..
12-27-2010, 02:40 AM #6
RoyalShady
Hacking Is Good !
I dont want it in the middle screen i want it in the bottom left . . . in the corner . . do you understand ?

and is in the rank.gsc ?

---------- Post added at 09:40 PM ---------- Previous post was at 08:35 PM ----------

This is the patch i try to edit . . but its wont work ! please someone help me , if you can do it , i will pay you .

the patch : You must login or register to view this content.
12-27-2010, 04:44 PM #7
RoyalShady
Hacking Is Good !
anyone please ??? :angel:
12-27-2010, 04:49 PM #8
Albanian'
Are you high?
Originally posted by RoyalShady View Post
anyone please ??? :angel:


i think what you mean is this


self iPrintlnBold("^2Text here");
12-27-2010, 06:07 PM #9
RoyalShady
Hacking Is Good !
perhaps but i can't do it . . .

when i decompress my cod4 patch i dont have the file needed . . .
12-27-2010, 06:20 PM #10
Albanian'
Are you high?
Originally posted by RoyalShady View Post
perhaps but i can't do it . . .

when i decompress my cod4 patch i dont have the file needed . . .


you can get any file which includes onplayerspawned...

for example weapons.gsc or rank.gsc just bind it couse its split in 2 files... then remove some comments like

//this is an comment because it has // on the start of the line

then add the code i gave you above like

doStart(){
self iPrintlnBold("^2Text here");}

then go to OnPlayerSpawned
go under the line self waittill spawned_player and put in

self thread doStart();

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo