(UNSOLVED) Basic Command
#1

I want that when some1 do /evento [motos-amatar-autos-carrera]
works
like /evento motos & do something
/evento amatar & do something

pawn Code:
if(strcmp(cmd, "/evento", true) == 0)
 {
        new botcmd;
        tmp = strtok(cmdtext, idx);
        if(!IsPlayerAdmin(playerid))
        {
            SendClientMessage(playerid, COLOR_YELLOW, "Necesitas ser RCON!");
            return 1;
        }
        if(!strlen(tmp)) {
            SendClientMessage(playerid, COLOR_YELLOW, "Usage: /evento motos");
            SendClientMessage(playerid, COLOR_YELLOW, "Usage: /evento amatar");
            SendClientMessage(playerid, COLOR_YELLOW, "Usage: /evento autos");
            SendClientMessage(playerid, COLOR_YELLOW, "Usage: /evento carrera");
            return 1;
        }
Reply


Messages In This Thread
(UNSOLVED) Basic Command - by Super_Panda - 30.09.2011, 20:19
Re: (UNSOLVED) Basic Command - by Zonoya - 30.09.2011, 20:24
Re: (UNSOLVED) Basic Command - by Super_Panda - 30.09.2011, 20:26
Re: (UNSOLVED) Basic Command - by Zonoya - 30.09.2011, 20:28
Re: (UNSOLVED) Basic Command - by Jafet_Macario - 30.09.2011, 20:35
Re: (UNSOLVED) Basic Command - by Super_Panda - 30.09.2011, 20:49
Re: (UNSOLVED) Basic Command - by Kingunit - 30.09.2011, 20:51
Re: (UNSOLVED) Basic Command - by Super_Panda - 30.09.2011, 20:54
Re: (UNSOLVED) Basic Command - by Kingunit - 30.09.2011, 20:58
Re: (UNSOLVED) Basic Command - by Super_Panda - 30.09.2011, 21:03
Re: (UNSOLVED) Basic Command - by Kingunit - 30.09.2011, 21:12
Re: (UNSOLVED) Basic Command - by Super_Panda - 30.09.2011, 21:50
Re: (UNSOLVED) Basic Command - by Tigerkiller - 30.09.2011, 21:55
Re: (UNSOLVED) Basic Command - by Super_Panda - 30.09.2011, 22:01
Re: (UNSOLVED) Basic Command - by Kingunit - 30.09.2011, 22:04
Re: (UNSOLVED) Basic Command - by Super_Panda - 30.09.2011, 22:17
Re: (UNSOLVED) Basic Command - by Kingunit - 30.09.2011, 22:20

Forum Jump:


Users browsing this thread: 1 Guest(s)