[FilterScript] New MaxAdmin Virsion "Fixed"!!!
#10

Don't forget to give credits to the /warn command from LethaL. Just because you edit it a little doesn't mean you don't have to give credits.

pawn Код:
new
            name[MAX_PLAYER_NAME],
            string[256], string2[256], string3[256], string4[256];
    GetPlayerName(pID,name,sizeof(name));
    format(string,sizeof(string),"**(ADMIN JAIL)** %s(%d) %s READ /Rules",name,pID,Reason);
    format(string2,sizeof(string2),"%s(%d)(Has Been Forced To Read Rules)",name,pID);
    format(string2,sizeof(string3),"You Have Been JALIED By Admin For Reason: %s",Reason);
    format(string4, sizeof(string4), "You Have JAILED %s(%d) For: %s",name, pID, Reason);
    SendClientMessageToAll(COLOR_RED,string);
    SendClientMessageToAll(COLOR_RED,string2);
    SendClientMessage(pID,COLOR_RED,string3);
    SendClientMessage(i,COLOR_RED,string4);
You don't need that many strings, just reuse the first one you have. Same with all your other commands basically.

Also read through your FS you have more things to give credit to.
Reply


Messages In This Thread
New MaxAdmin Virsion "Fixed"!!! - by [MKD]Max - 22.10.2010, 08:16
Re: New MaxAdmin Virsion "Fixed"!!! - by Ninaxer - 22.10.2010, 08:23
Re: New MaxAdmin Virsion "Fixed"!!! - by royal_king - 22.10.2010, 08:41
Re: New MaxAdmin Virsion "Fixed"!!! - by SlashPT - 22.10.2010, 08:46
Re: New MaxAdmin Virsion "Fixed"!!! - by [MKD]Max - 22.10.2010, 08:59
Re: New MaxAdmin Virsion "Fixed"!!! - by New_Player[USW] - 22.10.2010, 09:56
Re: New MaxAdmin Virsion "Fixed"!!! - by HyperZ - 22.10.2010, 13:00
Re: New MaxAdmin Virsion "Fixed"!!! - by killanator10 - 22.10.2010, 15:01
Re: New MaxAdmin Virsion "Fixed"!!! - by [MKD]Max - 22.10.2010, 21:58
Re: New MaxAdmin Virsion "Fixed"!!! - by willsuckformoney - 23.10.2010, 00:32

Forum Jump:


Users browsing this thread: 1 Guest(s)