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

Making this work..


dao
 Share

Recommended Posts

im trying to make an image show before the name

> Public Sub Packet_SayMessage(ByVal index As Long, ByVal Message As String)
>
>     If frmServer.chkLogMap.Value = Unchecked Then
>         If GetPlayerAccess(index) = 0 Then
>             Call PlayerMsg(index, "Map messages have been disabled by the server!", BRIGHTRED)
>             Exit Sub
>         End If
>     End If
>
>     Call MapMsg(GetPlayerMap(index), LoadPicture(App.Path & "\GUI\suck" & GetPlayerName(index) & ": " & Message, SayColor))
>     Call MapMsg2(GetPlayerMap(index), Message, index)
>
>     Call TextAdd(frmServer.txtText(3), GetPlayerName(index) & " On Map " & GetPlayerMap(index) & ": " & Message, True)
>     Call AddLog("Map #" & GetPlayerMap(index) & ": " & GetPlayerName(index) & " : " & Message, PLAYER_LOG)
> End Sub
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...