Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- function eventEmotePlayed(playerName, emote)
- if emote==6 then
- ui.addPopup(5,2,"<p align='center'><font size='30'><b><font face='Time Sans MS'>Special Agents Mices</font></b><br></font><font size='15'>Your Special Message",playerName,200,50,400)
- end
- end
- function eventPopupAnswer(idpopup, playerName, answer)
- if idpopup==5 then
- print("<font color='#009D9D'>["..playerName.."]</font> <font color='#C2C2DA'>"..answer.."</font>")
- ui.addPopup(0, 0, "<font color='#009D9D' size='15'>["..playerName.."]</font> <font size='15'>"..answer.."</font>", nil, 0, 24, 800)
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement