SA-MP Forums Archive
[FilterScript] xAdminChat [UNIQUE!] [TextDraw Admin Chat] [ZCMD, SSCANF] - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Filterscripts (https://sampforum.blast.hk/forumdisplay.php?fid=17)
+--- Thread: [FilterScript] xAdminChat [UNIQUE!] [TextDraw Admin Chat] [ZCMD, SSCANF] (/showthread.php?tid=376966)



xAdminChat [TextDraw Admin Chat] [UNIQUE!] [ZCMD, SSCANF] - XtremeR - 12.09.2012


Features:
TextDraw
Easy To Use
With Some Commands
Yes You Can Make more Stuff and you can Also Use for Stuff like Team Chat
No Bugs At all!
Smooths Fast Easy!
Unique one!
Can be Used in any Admin System / GM
You Can Create You Own TextDraw (a bit Hard but Still Possible)
You Can Also Use
(( ~r~ )) for red
(( ~g~ ))for green
(( ~b~ )) for blue
(( ~w~ )) for white
(( ~y~ )) for yellow
(( ~p~ )) for purple
(( ~l~ )) for black
(( ~n~ )) for new line
(( ~h~ )) for lighter color

Commands:
/a - Sending Message To the Admin Chat
/clearadminchat - Clearing the Admin Chat
/report - commands for players to report

Pictures:




Making a Simple CMD:
Its Easy To make a Command example :

pawn Code:
CMD:meiscool(playerid,params[]) {
    SendXMessage(playerid,"Me Is Cool");
    return 1;
}
An other Example:

pawn Code:
CMD:meiscool(playerid,params[]) {
    new string1[64], name[MAX_PLAYER_NAME];
        GetPlayerName(playerid,name,MAX_PLAYER_NAME);
        format(string1,sizeof string1,"~r~%s ~w~is Cool",name);
        SendXMessage(playerid,string);
    return 1;
}
Credits:
All By Me XtremeR
Thanks Zeex For zCMD
And Y_LESS for his SSCANF(simply GREAT!)

Other:
Its a good FS if u got alot of players of wanna try something new.. it is working fine..

Download:
Solid Files
PasteBin



Re: xAdminChat [UNIQUE!] [TextDraw Admin Chat] [ZCMD, SSCANF] - DeadLy™ - 12.09.2012

Nice bro


Re: xAdminChat [UNIQUE!] [TextDraw Admin Chat] [ZCMD, SSCANF] - [MK]Man_Deep - 12.09.2012

rep+


Re: xAdminChat [UNIQUE!] [TextDraw Admin Chat] [ZCMD, SSCANF] - XtremeR - 12.09.2012

thanks everyone
Thanks for the Rep, (didnt got it yet :3)


Re: xAdminChat [UNIQUE!] [TextDraw Admin Chat] [ZCMD, SSCANF] - C00K13M0N$73R - 12.09.2012

Like the design, I may use it in my server with a few other things admins see ;P

Rep ++;

Edit:Already repped you other time ;3


Re: xAdminChat [UNIQUE!] [TextDraw Admin Chat] [ZCMD, SSCANF] - XtremeR - 12.09.2012

i got ur rep thanks alot!


Re: xAdminChat [UNIQUE!] [TextDraw Admin Chat] [ZCMD, SSCANF] - AaronKillz - 12.09.2012

Nice but "sended" isn't a word.

Change it to "sent."


Re: xAdminChat [UNIQUE!] [TextDraw Admin Chat] [ZCMD, SSCANF] - XtremeR - 15.09.2012

oh my bad..
its just a mistake u can change it or even remove it lol


Re: xAdminChat [UNIQUE!] [TextDraw Admin Chat] [ZCMD, SSCANF] - gtakillerIV - 29.09.2012

Quote:

/a - Sending Message To the Admin Cjat

Chat And nice!


Re: xAdminChat [UNIQUE!] [TextDraw Admin Chat] [ZCMD, SSCANF] - Kellicia - 26.11.2012

Nice