2 commands in 1 +REP!
#4

As the above posted, just place a whole heap of variants directly above your command.

pawn Код:
CMD:i(playerid, params[]) return cmd_information(playerid, params);
CMD:in(playerid, params[]) return cmd_information(playerid, params);
CMD:info(playerid, params[]) return cmd_information(playerid, params);
CMD:loc(playerid, params[]) return cmd_information(playerid, params);
CMD:location(playerid, params[]) return cmd_information(playerid, params);
CMD:information(playerid, params[])
{
    //Funky Town
    return 1;
}
Reply


Messages In This Thread
2 commands in 1 +REP! - by TheMightyEddy - 06.04.2012, 04:59
Re: 2 commands in 1 +REP! - by Cjgogo - 06.04.2012, 05:03
Re: 2 commands in 1 +REP! - by TheMightyEddy - 06.04.2012, 13:57
Re: 2 commands in 1 +REP! - by Rob_Maate - 06.04.2012, 14:08
Re: 2 commands in 1 +REP! - by TheMightyEddy - 06.04.2012, 14:24

Forum Jump:


Users browsing this thread: 1 Guest(s)