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

[EO] Visual map Msg's


kibbelz
 Share

Recommended Posts

As the title says it, this is what this basic code is. This will probably take you less than 1 minute to add. I made this ages ago and i thought what the hell, ill release it.

Open server, modhandledata. in sub handlesaymsg find:
```
Call AddLog("Map #" & GetPlayerMap(Index) & ": " & GetPlayerName(Index) & " says, '" & Msg & "'", PLAYER_LOG)
Call SayMsg_Map(GetPlayerMap(Index), Index, Msg, QBColor(White))
```
And add underneath:
```
    Call SendActionMsg(GetPlayerMap(Index), Msg, White, ACTIONMSG_SCROLL, GetPlayerX(Index) * 32, GetPlayerY(Index) * 32)
```
And now you have a basic visual map msg system. Enjoy,

~kibbelz
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...