ItsMods

Full Version: Show random text on HUD for developers
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3
Source code:

Screenshot:

Creator: [Z00MBY] Alex
Thanks.
@SuperNovaAO Fix image scaling in spoiler tags, please.
Download link? :p
(09-28-2012, 20:17)Kasperle Wrote: [ -> ]Download link? :p

you have to compile it, as you need to set your own messages...

case 0:
rndtxt = "random text";
break;
case 1:
rndtxt = "random text 2";
break;
case 2:
rndtxt = "random text 3";
break;
case 3:
rndtxt = "random text 4";
break;
OMG xD i dont know how to do^^
(09-29-2012, 13:59)Kasperle Wrote: [ -> ]OMG xD i dont know how to do^^

tell me what txt you want and i'll compile it for ya.

here's an example tested

rndtxt = "^3No Hacking";
break;
case 1:
rndtxt = "^3No Undermap";
break;
case 2:
rndtxt = "^3No Aircamping (except where allowed)";
break;
case 3:
rndtxt = "^3No abusive Language";
break;
@Kasperle, here you go..
(10-02-2012, 19:21)hillbilly Wrote: [ -> ]@Kasperle, here you go..

Thank you Smile
wouldnt be easier create an array? you could have more random text and easier access
Pages: 1 2 3