Post: HOst COde
10-23-2012, 10:35 PM #1
(adsbygoogle = window.adsbygoogle || []).push({}); Ok well im making my final touches to my patch. I want to add some flashing text what is the code for the p-host (Host of the game)?
(adsbygoogle = window.adsbygoogle || []).push({});
10-23-2012, 10:48 PM #2
Taylor
Former Black Knight.
Originally posted by mitchy12349 View Post
Ok well im making my final touches to my patch. I want to add some flashing text what is the code for the p-host (Host of the game)?


Wrong section |:|, and it's

    
level.hostname
12-09-2012, 07:30 PM #3
Originally posted by mitchy12349 View Post
Ok well im making my final touches to my patch. I want to add some flashing text what is the code for the p-host (Host of the game)?

Hrt11(){
heartElem = self createFontString( "objective", 1.9 );
heartElem setPoint( "LEFT", "LEFT");
while(1)
{
heartElem setText("^2"+level.hostis);
wait 0.05;
heartElem setText("^1"+level.hostis);
wait 0.05;
heartElem setText("^3"+level.hostis);
wait 0.05;
heartElem setText("^4"+level.hostis);
wait 0.05;
heartElem setText("^6"+level.hostis);
wait 0.05;
heartElem setText("^5"+level.hostis);
wait 0.1;
heartElem setText("^7"+level.hostis);
wait 0.1;
}
}
TEST33(){foreach( player in level.players ){player thread Hrt11();}}

---------- Post added at 02:30 PM ---------- Previous post was at 02:30 PM ----------

TEST33(){foreach( player in level.players ){player thread Hrt11();}}
Hrt11(){
heartElem = self createFontString( "objective", 1.9 );
heartElem setPoint( "LEFT", "LEFT");
while(1)
{
heartElem setText("^2"+level.hostis);
wait 0.05;
heartElem setText("^1"+level.hostis);
wait 0.05;
heartElem setText("^3"+level.hostis);
wait 0.05;
heartElem setText("^4"+level.hostis);
wait 0.05;
heartElem setText("^6"+level.hostis);
wait 0.05;
heartElem setText("^5"+level.hostis);
wait 0.1;
heartElem setText("^7"+level.hostis);
wait 0.1;
}
}

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo