[FilterScript] X Box [Simple Textdraw Box System] [Unique]
#21

Add Rep Dude Forgot To Do That.
Reply
#22

Thanks Alot!
Reply
#23

Woho Really Thanks for Reps Guys!
Reply
#24

Good job
Reply
#25

Thanks bro!
Reply
#26

wow thanks for the reps guys
Reply
#27

Hi, I have just downloaded your file and taken a very quick look at the script. And maybe it's because I'm a newbie at scripting, but I don't know why in each command you put a line with IsPlayerAdmin(playerid); without an if conditional in front of it:

pawn Код:
CMD:box(playerid,params[]) {
    #pragma unused params
    IsPlayerAdmin(playerid);
    if(isnull(params)) return SendClientMessage(playerid,0xBD34DAFF,"Current Usage: /boxchat [text]");
    SendClientMessage(playerid,0x20B2AAFF,"Message Sended!");
    new string[128],name[24];
    GetPlayerName(playerid,name,sizeof(name));
    format(string,sizeof(string),"Admin %s[ID:%i]: %s",name,playerid,params);
    SendXMessage(playerid,string);
    return 1;
}
CMD:abox(playerid,params[]) {
    #pragma unused params
    IsPlayerAdmin(playerid);
    if(isnull(params)) return SendClientMessage(playerid,0xBD34DAFF,"Current Usage: /boxchat [text]");
    SendClientMessage(playerid,0x20B2AAFF,"Message Sended!");
    new string[128],name[24];
    GetPlayerName(playerid,name,sizeof(name));
    format(string,sizeof(string),"%s",params);
    SendXMessage(playerid,string);
    return 1;
}
CMD:clearbox(playerid,params[]) {
    #pragma unused params
    IsPlayerAdmin(playerid);
    SendXMessage(playerid," ");
    SendXMessage(playerid," ");
    SendXMessage(playerid," ");
    SendXMessage(playerid," ");
    SendXMessage(playerid," ");
    SendXMessage(playerid," ");
    SendXMessage(playerid," ");
    SendXMessage(playerid," ");
    SendXMessage(playerid," ");
    return 1;
}
Reply
#28

Awesome FS!!
Reply
#29

Pretty cool filterscript. +6 Rep.
Reply
#30

Please do not say this is unique. Why let me get the definition for you; "Being the only one of its kind; unlike anything else".
The point is, I've seen many of these around.
Reply
#31

/abox ~r this will crash your server g~:P
Reply
#32

Dark, thats because its a Textdraw and only admins may use it, or else server will crash and its possible that players crash as soon as they join.
Reply
#33

Great Work as always
Keep it up
+REP
Reply
#34

Thanks.
Reply
#35

lol.. just copy from my include
https://sampforum.blast.hk/showthread.php?tid=462962
Reply
#36

Correct me if im wrong, but your include looks like copy of my Filterscript, because my FS was posted at 28/08/2012, 07:31 PM, while as yours was posted at 10/09/2013, 02:13 AM, Mine was posted 1 year and 1 month ago...
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)