Sending a message from VB.
#1

Hello.

I am working on an app on VB(Visual Basic) but I need to know how to send a message to the player from VB.

I mean like "SendClientMessage" but from VB.
Reply
#2

You could use a message box - it basically mirrors the message style dialogue box used by the SA-MP client. MsgBox("Your message")
Reply
#3

Quote:
Originally Posted by JonnyDeadly
Посмотреть сообщение
You could use a message box - it basically mirrors the message style dialogue box used by the SA-MP client. MsgBox("Your message")
You don't understand, I mean to send a message to the player who is playing SAMP.

Like if the app is running and samp is running, I want to make it so when I press N, A message would be sent to me IG.
Reply
#4

You can use Sockets to make a communication between the SA-MP server and your VB app.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)