return 0 custom for commands
#4

pawn Код:
public OnPlayerCommandPerformed(playerid, cmdtext[], success)
{
    if(success == 0)
    {
        SendClientMessage(playerid,-1,"Message");
        return 1;
    }
    return 1;
}
Reply


Messages In This Thread
return 0 custom for commands - by SomebodyAndMe - 30.07.2012, 11:48
Re: return 0 custom for commands - by SEnergy - 30.07.2012, 11:52
Re: return 0 custom for commands - by SomebodyAndMe - 30.07.2012, 11:53
Re: return 0 custom for commands - by Ironboy - 30.07.2012, 11:53
Re: return 0 custom for commands - by Vince - 30.07.2012, 11:55
Re: return 0 custom for commands - by SomebodyAndMe - 30.07.2012, 11:58
Re: return 0 custom for commands - by milanosie - 30.07.2012, 12:00
Re: return 0 custom for commands - by SEnergy - 30.07.2012, 12:15

Forum Jump:


Users browsing this thread: 3 Guest(s)