[FilterScript] X Box [Simple Textdraw Box System] [Unique]
#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


Messages In This Thread
X Box [Simple Textdraw Box System] [Unique] - by XtremeR - 28.08.2012, 09:31
Re: X Box [Simple Textdraw Box System] [Unique] - by TheBoss.Chris - 28.08.2012, 09:37
Re: X Box [Simple Textdraw Box System] [Unique] - by XtremeR - 28.08.2012, 09:44
Re: X Box [Simple Textdraw Box System] [Unique] - by TheBoss.Chris - 28.08.2012, 09:44
Re: X Box [Simple Textdraw Box System] [Unique] - by MP2 - 28.08.2012, 09:48
Re: X Box [Simple Textdraw Box System] [Unique] - by TheBoss.Chris - 28.08.2012, 09:55
Re: X Box [Simple Textdraw Box System] [Unique] - by XtremeR - 28.08.2012, 11:06
Re: X Box [Simple Textdraw Box System] [Unique] - by ddnbb - 28.08.2012, 14:32
Re: X Box [Simple Textdraw Box System] [Unique] - by DarkB0y - 28.08.2012, 14:48
Re: X Box [Simple Textdraw Box System] [Unique] - by $mooth - 28.08.2012, 15:18
Re: X Box [Simple Textdraw Box System] [Unique] - by XtremeR - 28.08.2012, 15:27
Re: X Box [Simple Textdraw Box System] [Unique] - by XtremeR - 28.08.2012, 15:44
Re: X Box [Simple Textdraw Box System] [Unique] - by $mooth - 28.08.2012, 22:21
Re: X Box [Simple Textdraw Box System] [Unique] - by XtremeR - 29.08.2012, 04:48
Re: X Box [Simple Textdraw Box System] [Unique] - by HyDrAtIc - 29.08.2012, 05:16
Re: X Box [Simple Textdraw Box System] [Unique] - by ddnbb - 29.08.2012, 05:29
Re: X Box [Simple Textdraw Box System] [Unique] - by XtremeR - 29.08.2012, 05:33
Re: X Box [Simple Textdraw Box System] [Unique] - by Team_PRO - 29.08.2012, 11:52
Re: X Box [Simple Textdraw Box System] [Unique] - by XtremeR - 29.08.2012, 13:43
Re: X Box [Simple Textdraw Box System] [Unique] - by XtremeR - 29.08.2012, 18:33
Re: X Box [Simple Textdraw Box System] [Unique] - by Team_PRO - 30.08.2012, 07:58
Re: X Box [Simple Textdraw Box System] [Unique] - by XtremeR - 30.08.2012, 08:01
Re: X Box [Simple Textdraw Box System] [Unique] - by XtremeR - 30.08.2012, 17:16
Re: X Box [Simple Textdraw Box System] [Unique] - by $.Bruce.$ - 31.08.2012, 02:23
Re: X Box [Simple Textdraw Box System] [Unique] - by XtremeR - 31.08.2012, 06:47
Re: X Box [Simple Textdraw Box System] [Unique] - by XtremeR - 02.09.2012, 15:23
Respuesta: X Box [Simple Textdraw Box System] [Unique] - by Gryphus One - 09.11.2012, 17:41
Re: X Box [Simple Textdraw Box System] [Unique] - by Plovix - 10.11.2012, 06:55
Re: X Box [Simple Textdraw Box System] [Unique] - by Astralis - 17.11.2012, 07:25
Re: X Box [Simple Textdraw Box System] [Unique] - by [SF]OutLawZ - 17.11.2012, 07:38
Re: X Box [Simple Textdraw Box System] [Unique] - by DarkPower - 27.07.2013, 00:15
Re: X Box [Simple Textdraw Box System] [Unique] - by XtremeR - 13.09.2013, 23:12
Re: X Box [Simple Textdraw Box System] [Unique] - by Mark_Samp - 13.09.2013, 23:21
Re: X Box [Simple Textdraw Box System] [Unique] - by XtremeR - 14.09.2013, 00:07
Re: X Box [Simple Textdraw Box System] [Unique] - by Iron3man - 14.09.2013, 05:50
Re: X Box [Simple Textdraw Box System] [Unique] - by XtremeR - 14.09.2013, 07:01

Forum Jump:


Users browsing this thread: 34 Guest(s)