Commands arent working
#6

I believe that's how you make strcmp and zcmd work together, try it out and see if it works.

Do not convert your commands to OnPlayerCommandPerformed leave it as it is.

pawn Код:
public OnPlayerCommandPerformed(playerid, cmdtext[], success)
{
    if(!success)
    {
        return SendClientMessage(playerid, -1, "Unknown Command.");
    }
    return 1;
}
Reply


Messages In This Thread
Commands arent working - by Tropicali - 08.06.2015, 23:51
Re: Commands arent working - by DarkLored - 08.06.2015, 23:52
Re: Commands arent working - by Tropicali - 09.06.2015, 00:03
Re: Commands arent working - by DarkLored - 09.06.2015, 00:12
Re: Commands arent working - by Tropicali - 09.06.2015, 00:14
Re: Commands arent working - by DarkLored - 09.06.2015, 00:40
Re: Commands arent working - by Threshold - 09.06.2015, 03:04

Forum Jump:


Users browsing this thread: 1 Guest(s)