Wired problem in zcmd..
#3

I never had a problem with this using zcmd seems wierd, at least try this

pawn Код:
public OnPlayerCommandPerformed(playerid, cmdtext[], success)
{
    new string[60]; //Name + the Message
    if(!success) return format(string, sizeof(string), "(%s) Invalid Server Command", cmdtext), SendClientMessage(playerid, -1, string);
    if(!LoggedIn[playerid]) return SendClientMessage(playerid, -1,"You need to login to use this command");
    return 1;
}
Reply


Messages In This Thread
SOLVED - by [D]ry[D]esert - 30.10.2013, 14:15
Re: Wired problem in zcmd.. - by iggy1 - 30.10.2013, 14:17
Re: Wired problem in zcmd.. - by Patrick - 30.10.2013, 14:20
Re: Wired problem in zcmd.. - by [D]ry[D]esert - 30.10.2013, 15:55
Re: Wired problem in zcmd.. - by Konstantinos - 30.10.2013, 16:01
Re: Wired problem in zcmd.. - by Jefff - 30.10.2013, 16:02
Re: Wired problem in zcmd.. - by [D]ry[D]esert - 30.10.2013, 16:06

Forum Jump:


Users browsing this thread: 1 Guest(s)