Message on server
#1

Fixed!
Reply
#2

Quote:
Originally Posted by Sc0pion
Посмотреть сообщение
So when you send a message in samp, it is sent like "Username(id): Your message". Can I just change it to "Username (Id: id): Your message"? Is that possible? If yes, how?
It is. You are sending string (list of characters). press CTRL + F in editor and find '%s(%d): %s' or '%s(%i): %s' inside and change it to '%s(Id: %d): %s'. Do that to all occurances.
Reply
#3

If you mean you return 1 in OnPlayerText by default you need to format it yourself and send the message like it would've if the server controlled it, you also need to return 0 to prevent the original SA:MP message from being sent to the server.
Reply
#4

Fixed!
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)