Jump to content
Search In
  • More options...
Find results that contain...
Find results in...

How to add speech bubbles on eclipse


dill
 Share

Recommended Posts

This wont give bubbles but what this will do is it will make the words rise above their head for a few seconds so:
find:

Call SayMsg_Map(GetPlayerMap(Index), Index, Msg, QBColor(White))

under that add:

Call SendActionMsg(GetPlayerMap(Index), Msg, White, 1, (GetPlayerX(Index) * 32), (GetPlayerY(Index) * 32))

Hope this helps a bit, its what i used to use :)
Link to comment
Share on other sites

![](http://i269.photobucket.com/albums/jj71/CaptainJeff08/oh-look-its-this-thread-again.jpg)

There's no tutorials on eclipse that honestly work to make chat bubbles over your head, only make text appear. For that you need to have some experience, and you need to at least know how to get VB6, and program it in. So if you're new…I don't know, read some Visual Basic tutorials?
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
×
  • Create New...