Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Release 3D Text Ingame
#1
PHP Code:
print3DUntilNotified(origintextcoloralphascalenotification)
{
    
level endon(notification);
    
    for(;;)
    {
        
print3d(origintextcoloralphascale);
        
wait .05;
    }


as azumikkel asked for it, i did a little reasearch
i am not sure if this is the right function.
Reply

#2
LOL createfontstring is already custom text Big Grin
[Image: wyipjqo9qon7rc2v1lo.jpg]
Reply

#3
he asked for a special custom text on screen function, thats why i posted it
Reply

#4
(01-23-2011, 11:55)d0h! Wrote: he asked for a special custom text on screen function, thats why i posted it
lol isn't the same with createfontstring?
Btw where are the codes from (which gsc file) ?
[Image: wyipjqo9qon7rc2v1lo.jpg]
Reply

#5
actually this isnt on screen, this is ingame. It will print a 3d text somewhere on the map (origin). Text will always face you I think. Function exists also in mw2
[Image: azuw.jpg]
Reply

#6
sorry to link offsite but i found this

Quote:this works for CoD:UO i havnt tested with CoD1 or any others

Print3D is a dev function and will only appear on the server
it only appears for 1 server frame (20 fps is the normal, set with sv_fps) so it must be on a loop so it stays



Print3D(Were (origin) , What to print , RGB color , Alpha , Size);

Were (origin) = were it goes
What to print = sets the text
RGB color = the colour of the text
Alpha = how much alpha it has (0 = invisible)
Size = how big it is

can be used like this

Code:
    while(1)
    {
        Print3D((0,0,100),"TEST!",(1,0,0),0.5,10);
        wait 0.05; //for 20 fps (default is \sv_fps 20)
    }

[Image: CoDUOMP2007-12-1820-06-31-51.jpg]

might offer a better idea of what todo with it
Reply



Possibly Related Threads…
Thread Author Replies Views Last Post
  Getting text from a website JustDoingThisShit 2 2,596 10-21-2013, 08:00
Last Post: JustDoingThisShit
  Help Playing sounds ingame? Some 2 3,165 09-10-2013, 10:42
Last Post: Yamato
  Where can I find a list of scripting commands that correspond to ingame buttons? akillj 2 2,839 06-03-2013, 10:38
Last Post: Yamato
Information How to change text messages in MP (.ff edit) giofrida 5 4,381 05-02-2013, 20:05
Last Post: Pozzuh
  Upload Clipboard Text data to a server DidUknowiPwn 14 7,422 04-13-2013, 14:48
Last Post: SuperNovaAO
  Wierd error ingame Spinnzz 4 3,246 03-19-2013, 20:28
Last Post: Spinnzz
  text book [HARD] Tony. 2 2,471 03-13-2013, 19:39
Last Post: Nekochan
  [Release] Black Tomato M 0.4.2 BETA // Ingame Admin Menu d0h! 5 11,978 01-01-2013, 22:23
Last Post: joey
  [Request] ingame rcon tool SMIRNOFF2096 4 3,524 12-27-2012, 21:22
Last Post: lordevil10
  [Release] [SOURCE][Discontinued]Ingame RCON tool [Version 0.7.5] bonemind 391 232,582 12-19-2012, 18:08
Last Post: PUYAN

Forum Jump:


Users browsing this thread:
1 Guest(s)

Forum Powered By MyBB, Theme by © 2002-2024 Melroy van den Berg.