Author Topic: How to make a face pop-up event  (Read 3430 times)

Hey guys im working on a build and im eventing a break that you step on and I wanted to make a client event for a face pop up and i wanted to make an ascii_terror face pop up when you step on the brick......I know it starts with <bitmap:. I think...please help


SOMEONE ANSWER!!! please


You've waited like loving 15 minutes and your taking the biggest rage in the world.
Calm
The
forget
Down.

You've waited like loving 15 minutes and your taking the biggest rage in the world.

Noedit: You waited 15 minutes before taking the biggest rage in the world.

15 minutes is a very, very long time. I once at some lunch in 15 minutes.


Noedit: You waited 15 minutes before taking the biggest rage in the world.
I'm really getting sick of you not helping.
While your arguments are valid, you made no effort to help the person, and instead only flamed them.
Hey guys im working on a build and im eventing a break that you step on and I wanted to make a client event for a face pop up and i wanted to make an ascii_terror face pop up when you step on the brick......I know it starts with <bitmap:. I think...please help
This is really easy, have the following event on a brick:
onPlayerTouch > Client > CenterPrint
then, inside of the text box, put the following:
<bitmap:Add-Ons/Face_Default/ascii_terror>

Then just step on the plate!
Note a few things: There isn't a .zip in the bitmap part, and there isn't a .png in the bitmap part either. This is important!

<bitmap:Add-Ons/Face_Default/ascii_terror>
uhm
its asciiterror.png

you need to have the .png or it wont work
also no space in asciiterror. (check the .zip)

uhm
its asciiterror.png


you need to have the .png or it wont work
also no space in asciiterror. (check the .zip)
yes, you're right
no, you're wrong

actually let me go check

It should work both with or without the extension.

Thanks guys especially lugnut

Wait guys I tried they both didn't work

Wait guys I tried they both didn't work
Exact events, just to clear things up:

onPlayerTouch   Client   centerPrint   <bitmap:Add-Ons/Face_Default/asciiTerror.png>