30.08.2011, 02:19
Just format the string again and send it to admins if thats what your trying to do an example of a string in your script
format(string, sizeof(string), "%s Says (cellphone): %s", sendername, text);
SendClientMessage(anewadminvariable, colour, string);
or explain in more detail
format(string, sizeof(string), "%s Says (cellphone): %s", sendername, text);
SendClientMessage(anewadminvariable, colour, string);
or explain in more detail