players Commands
#2

pawn Код:
public OnPlayerCommandPerformed( playerid, cmdtext[ ], success )
{
    if( !success )
    {
        new
            msg_[ 64 ]
        ;
        format( msg_, sizeof( msg_ ), "The command \"%s\" does not exist", cmdtext );
        SendClientMessage( playerid, -1, msg_ );
    }
    return 1;
}
Reply


Messages In This Thread
players Commands - by BoU3A - 07.10.2013, 11:17
Re: players Commands - by Konstantinos - 07.10.2013, 11:28
Re: players Commands - by x96664 - 07.10.2013, 11:29
Re: players Commands - by BoU3A - 08.10.2013, 12:38
Re: players Commands - by Konstantinos - 08.10.2013, 12:50
Re: players Commands - by iFiras - 08.10.2013, 12:55
Re: players Commands - by BoU3A - 09.10.2013, 11:42
Re: players Commands - by iFiras - 09.10.2013, 11:47
Re: players Commands - by TomatoRage - 09.10.2013, 11:48
Re: players Commands - by Konstantinos - 09.10.2013, 11:53

Forum Jump:


Users browsing this thread: 5 Guest(s)