[Help] Admin Message
#4

It appears that the ToAdminsText is the string which contains the contents of the report. If you would like the player to receive a message with what he reported, just send the player a client message which includes that string. Something like this:

pawn Код:
new returnmessage[128]; // Optimize this array when you get the time.
format(returnmessage, sizeof(returnmessage), "You have sent the following report: %s", ToAdminsText);
SendClientMessage(playerid, COLOR, returnmessage); // Make sure to input the color of your choice.
If you want help with admins sending messages, I will need to see the command that an admin uses to send the message. It will be somewhat similar to what I put above. See if the above can help you make the admin message change by yourself.
Reply


Messages In This Thread
[Help] Admin Message - by DuarteCambra - 26.04.2013, 19:11
Re: [Help] Admin Message - by DobbysGamertag - 26.04.2013, 20:24
Re: [Help] Admin Message - by DuarteCambra - 26.04.2013, 20:26
Re: [Help] Admin Message - by RVRP - 26.04.2013, 20:40
Re: [Help] Admin Message - by DuarteCambra - 26.04.2013, 21:01
Re: [Help] Admin Message - by RVRP - 26.04.2013, 21:03
Re: [Help] Admin Message - by DuarteCambra - 26.04.2013, 21:10

Forum Jump:


Users browsing this thread: 1 Guest(s)