Commands not working
#5

pawn Код:
if(strcmp(cmd, "/how", true) == 0)
    {
        SendClientMessage(playerid, COLOR_SAY, "Help");
        SendClientMessage(playerid, COLOR_SAY, "Kill enemy, then you get +1 score.");
        SendClientMessage(playerid, COLOR_SAY, "Ranks is avabile: /rank");
        return 1;
    }
    return 0; //you can change return 0; to SendClientMessage if you want to add a message if the command is wrong
}
Reply


Messages In This Thread
Commands not working - by John Rockie - 11.02.2012, 20:21
Re: Commands not working - by Johnson_boy - 11.02.2012, 20:51
Re: Commands not working - by [MG]Dimi - 11.02.2012, 20:55
Re: Commands not working - by John Rockie - 11.02.2012, 23:09
Re: Commands not working - by Dr.Heinz - 11.02.2012, 23:12
Re: Commands not working - by John Rockie - 11.02.2012, 23:17
Re: Commands not working - by John Rockie - 12.02.2012, 01:11
Re: Commands not working - by Johnson_boy - 12.02.2012, 06:19
Re: Commands not working - by [MG]Dimi - 12.02.2012, 09:04
Re: Commands not working - by KingHual - 12.02.2012, 09:44

Forum Jump:


Users browsing this thread: 1 Guest(s)