Advertisement
NathNath

Untitled

Sep 28th, 2013
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.64 KB | None | 0 0
  1. function eventEmotePlayed(playerName, emote)
  2. if emote==6 then
  3. 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)
  4. end
  5. end
  6.  
  7. function eventPopupAnswer(idpopup, playerName, answer)
  8. if idpopup==5 then
  9. print("<font color='#009D9D'>["..playerName.."]</font> <font color='#C2C2DA'>"..answer.."</font>")
  10. ui.addPopup(0, 0, "<font color='#009D9D' size='15'>["..playerName.."]</font> <font size='15'>"..answer.."</font>", nil, 0, 24, 800)
  11. end
  12. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement