Formating a message?
#2

pawn Код:
case 0:
{
    format(string, sizeof(string), "*[%d:%d:%d] %s has left the server. (Timeout)", RPN(playerid));
    SendAdminMessage(COLOR_ADMINMESSAGE, 1, string);
}
case 1:
{
    format(string, sizeof(string), "*[%d:%d:%d] %s has left the server. (Leaving)", RPN(playerid));
    SendAdminMessage(COLOR_ADMINMESSAGE, 1, string);
}
case 2:
{
    format(string, sizeof(string), "*[%d:%d:%d] %s has left the server. (Kicked/Banned)", RPN(playerid));
    SendAdminMessage(COLOR_ADMINMESSAGE, 1, string);
}
Reply


Messages In This Thread
Formating a message? - by A7X_CEEJAY - 18.06.2012, 15:28
AW: Formating a message? - by Drebin - 18.06.2012, 15:36
Re: Formating a message? - by A7X_CEEJAY - 18.06.2012, 15:42

Forum Jump:


Users browsing this thread: 1 Guest(s)