strcmp : unknown command
#7

Let's try like this:
pawn Код:
CMD:lcmds(playerid, params[]) //or COMMAND:yourcommandhere(playerid, params[])
{
        if(PlayerInfo[playerid][Level] > 0)
        {
                SendClientMessage(playerid,blue,"    ---= [ Most Useful Admin Commands ] ==---");
                SendClientMessage(playerid,lightblue,"GENERAL: getinfo, lmenu, announce, write, miniguns, richlist, lspec(off), move, lweaps, adminarea, countdown, duel, giveweapon");
                SendClientMessage(playerid,lightblue,"GENERAL: slap, burn, warn, kick, ban, explode, jail, freeze, mute, crash, ubound, god, godcar, ping");
                SendClientMessage(playerid,lightblue,"GENERAL: setping, lockserver, enable/disable, setlevel, setinterior, givecar, jetpack, force, spawn");
                SendClientMessage(playerid,lightblue,"VEHICLE: flip, fix, repair, lockcar, eject, ltc, car, lcar, lbike, lplane, lheli, lboat, lnos, cm");
                SendClientMessage(playerid,lightblue,"TELE: goto, gethere, get, teleplayer, ltele, vgoto, lgoto, moveplayer");
                SendClientMessage(playerid,lightblue,"SET: set(cash/health/armour/gravity/name/time/weather/skin/colour/wanted/templevel)");
                SendClientMessage(playerid,lightblue,"SETALL: setall(world/weather/wanted/time/score/cash)");
                SendClientMessage(playerid,lightblue,"ALL: giveallweapon, healall, armourall, freezeall, kickall, ejectall, killall, disarmall, slapall, spawnall");
        }
        return 1;
}
This code is properly!Your command processor is out dated, as ****** said.
Reply


Messages In This Thread
strcmp : unknown command - by martoivanov - 08.07.2013, 13:57
Re: strcmp : unknown command - by martoivanov - 08.07.2013, 14:26
Re: strcmp : unknown command - by Smokkr - 08.07.2013, 14:29
Re: strcmp : unknown command - by martoivanov - 08.07.2013, 14:32
Re: strcmp : unknown command - by Guest123 - 08.07.2013, 14:34
Re: strcmp : unknown command - by martoivanov - 08.07.2013, 14:39
Re: strcmp : unknown command - by Smokkr - 08.07.2013, 14:42
Re: strcmp : unknown command - by Fitri - 08.07.2013, 14:46
Re: strcmp : unknown command - by martoivanov - 08.07.2013, 15:03

Forum Jump:


Users browsing this thread: 1 Guest(s)