Posts: 6,052
Threads: 429
Joined: Oct 2010
01-22-2011, 20:53
(This post was last modified: 03-09-2011, 16:47 by d0h!.)
PHP Code:
print3DUntilNotified(origin, text, color, alpha, scale, notification)
{
level endon(notification);
for(;;)
{
print3d(origin, text, color, alpha, scale);
wait .05;
}
}
as azumikkel asked for it, i did a little reasearch
i am not sure if this is the right function.
Posts: 6,052
Threads: 429
Joined: Oct 2010
he asked for a special custom text on screen function, thats why i posted it
Posts: 1,323
Threads: 24
Joined: Nov 2010
Reputation:
91
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