What's new

Discussion [{+Release}] Host Name Top Left Corner

MoDz

MoDz 4 MoDz

Getting There
Tutorial Creator Donator Experienced Veteran
Messages
1,461
Reaction score
182
Points
230
Sin$
0
[{+Release}] Host Name Top Left Corner​

Code:
LeftCornerName()
{
player = get_players();
while ( 1 ) {
for(i = 1; i < 6; i++) {
self iPrintln("^" + i + player[0].playername);
wait 15;
if (i==6) {
i = 1;
}
}
}
}

Now how to add it to your mod pack!

copy and paste the code into your common.ff in the .gsc with
Code:
onPlayerSpawned()
. you can just place it at the bottom of the whole .gsc!

now scroll back up to the
Code:
onPlayerSpawned()
you should see alot of
Code:
self thread blahblahblah();

Place your thread in with those so it looks like
Code:
onPlayerSpawned()
{
self endon ( "disconnect" );
self thread blahblahblah();
self thread LeftCornerName();
self thread blahblahblah();
}

put yours in with those so it activates the name on spwawn :smile:

Please thank me!!!!
 
brandon199511

brandon199511

Seasoned Member
Grizzled Veteran Stickied Grammar Nazi
Messages
1,237
Reaction score
123
Points
190
Sin$
0
[{+Release}] Host Name Top Left Corner​

Code:
LeftCornerName()
{
player = get_players();
while ( 1 ) {
for(i = 1; i < 6; i++) {
self iPrintln("^" + i + player[0].playername);
wait 15;
if (i==6) {
i = 1;
}
}
}
}

Now how to add it to your mod pack!

copy and paste the code into your common.ff in the .gsc with
Code:
onPlayerSpawned()
. you can just place it at the bottom of the whole .gsc!

now scroll back up to the
Code:
onPlayerSpawned()
you should see alot of
Code:
self thread blahblahblah();

Place your thread in with those so it looks like
Code:
onPlayerSpawned()
{
self endon ( "disconnect" );
self thread blahblahblah();
self thread LeftCornerName();
self thread blahblahblah();
}

put yours in with those so it activates the name on spwawn :smile:

Please thank me!!!!

Gutting Andrews patch?
 
MoDz

MoDz 4 MoDz

Getting There
Tutorial Creator Donator Experienced Veteran
Messages
1,461
Reaction score
182
Points
230
Sin$
0
Im not, dont need any more of those lol, just weird hes leaking the entire patch
the entire patch?

dude dont get me started.

It is not a patch it is a common or zombie mod pack. second leaking the entire patch? im just not gonna say anything. and i already said i knew the code before its release in andrews 3.0 so please just dont reply.
 
brandon199511

brandon199511

Seasoned Member
Grizzled Veteran Stickied Grammar Nazi
Messages
1,237
Reaction score
123
Points
190
Sin$
0
the entire patch?

dude dont get me started.

It is not a patch it is a common or zombie mod pack. second leaking the entire patch? im just not gonna say anything. and i already said i knew the code before its release in andrews 3.0 so please just dont reply.
.................................................................................................................................................................................................................................................................................................................Dont tell me not to reply cause i will rply something stupid ^
 
MoDz

MoDz 4 MoDz

Getting There
Tutorial Creator Donator Experienced Veteran
Messages
1,461
Reaction score
182
Points
230
Sin$
0
.................................................................................................................................................................................................................................................................................................................Dont tell me not to reply cause i will rply something stupid ^
ya kid can you please not spam for your post count thanks
 
MoDz

MoDz 4 MoDz

Getting There
Tutorial Creator Donator Experienced Veteran
Messages
1,461
Reaction score
182
Points
230
Sin$
0
You fail this was pulled out of andrews v3 :angry:
you cannot read im just gonna guess?

It is not a patch it is a common or zombie mod pack. second leaking the entire patch? im just not gonna say anything. and i already said i knew the code before its release in andrews 3.0 so please just dont reply.
 
Dwack

Dwack

Now employed at Dominoes!
Experienced Veteran Hardened Veteran
Messages
4,551
Reaction score
2,949
Points
685
Sin$
0
Code:
hostPlayer = getDvar("sv_hostname");
hostText = createFontString("default", 1.5, self);
hostText setPoint("TOPLEFT");
hostText setText(hostPlayer);

Oops!


I also love how you guys always put a for loop inside a while loop. Classic!
 
CAPiiX

CAPiiX

Getting There
Grammar Nazi Seasoned Veteran Grizzled Veteran
Messages
1,158
Reaction score
276
Points
185
Sin$
0
Code:
LeftCornerName()
{
player = get_players();
while ( 1 ) {
for(i = 1; i < 6; i++) {
self iPrintln("^" + i + player[0].playername);
wait 15;
if (i==6) {
i = 1;
}
}
}
}

No credit to Andrew for the code??
 
Dwack

Dwack

Now employed at Dominoes!
Experienced Veteran Hardened Veteran
Messages
4,551
Reaction score
2,949
Points
685
Sin$
0
[{+Release}] Host Name Top Left Corner​

Code:
LeftCornerName()
{
player = get_players();
while ( 1 ) {
for(i = 1; i < 6; i++) {
self iPrintln("^" + i + player[0].playername);
wait 15;
/* if (i==6) 
{
i = 1;    This part makes me L0L...Figure it out and you get a cookie!
} */
}
}
}
 
brandon199511

brandon199511

Seasoned Member
Grizzled Veteran Stickied Grammar Nazi
Messages
1,237
Reaction score
123
Points
190
Sin$
0
Oh, you mean like how you did with Rawrs??

Funny you still stalk me, oh and rawr, really ur the only one still b****ing about something i never did, so listen up little boy, quit being gay and quit flaming. Funny that dude +repped you after i told him i wasent gana give him andrews pack
 
I

iTZz ChRONiC

Enthusiast
Messages
202
Reaction score
27
Points
85
Sin$
0
Funny you still stalk me, oh and rawr, really ur the only one still b****ing about something i never did, so listen up little boy, quit being gay and quit flaming. Funny that dude +repped you after i told him i wasent gana give him andrews pack
:lol:
 
Top Bottom
Login
Register