[HELP-Question]Is This wrong ?
#3

i mean the /ban commands -_-

pawn Код:
SendClientMessage(player1, red, "~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~");
                SendClientMessage(player1, red, "YOU HAVE BEEN BANNED - READ THE FOLLOWING DETAILS:");
                format(string, sizeof(string), "Your Name: %s", playername);
                SendClientMessage(player1, green, string);
                format(string, sizeof(string), "Admin Name: %s", adminname);
                SendClientMessage(player1, green, string);
                format(string, sizeof(string), "Date And Time: %d/%d/%d %d:%d", day,month,year,hour,minuite);
                SendClientMessage(player1, green, string);
                format(string, sizeof(string), "Reason: %s",params[2] );
                SendClientMessage(player1, green, string);
                SendClientMessage(player1, green, "(If You Wish To Make an Appeal goto YG-Gamers.tk and post in the Unban Appeals Category.)");
                SendClientMessage(player1, red, "~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~");
pawn Код:
format(string,sizeof(string),"{FF0000}YG INFO - %s has been banned by Administrator %s (ID: %d) [Reason: %s]", playername, adminname, playerid, params[2]);
                SendClientMessageToAll(grey,string);


doesn't show whent i banned my self and logged in the screen...



The Pictrue is the example i wanna make those line !!! in the pictrue
Reply


Messages In This Thread
[HELP-Question]Is This wrong ? - by donhu789 - 30.12.2013, 16:19
Re: [HELP-Question]Is This wrong ? - by ic3cr3am - 30.12.2013, 16:54
Re: [HELP-Question]Is This wrong ? - by donhu789 - 30.12.2013, 16:57
Re: [HELP-Question]Is This wrong ? - by donhu789 - 31.12.2013, 01:00
Re: [HELP-Question]Is This wrong ? - by Threshold - 31.12.2013, 03:44
Re: [HELP-Question]Is This wrong ? - by donhu789 - 31.12.2013, 09:32

Forum Jump:


Users browsing this thread: 1 Guest(s)