Help Lux Admin edit cmds
#8

try this


Under OnPlayerCommandText

pawn Код:
dcmd(setarmour, 10, cmdtext);
dcmd(darcolete, 8, cmdtext);
At last write this:

pawn Код:
dcmd_setarmour(playerid, params[])
{
    // Your command
    return 1;
}

pawn Код:
dcmd_darcolete(playerid, params[])
{
    // Your command
    return 1;
}
Reply


Messages In This Thread
Help Lux Admin edit cmds - by kawaco - 09.01.2011, 17:09
Re: Help Lux Admin edit cmds - by kawaco - 09.01.2011, 19:14
Re: Help Lux Admin edit cmds - by _rAped - 09.01.2011, 19:15
Re: Help Lux Admin edit cmds - by kawaco - 09.01.2011, 19:29
Re: Help Lux Admin edit cmds - by kawaco - 10.01.2011, 07:58
Re: Help Lux Admin edit cmds - by Mr.Stranger - 10.01.2011, 08:50
Re: Help Lux Admin edit cmds - by kawaco - 10.01.2011, 11:32
Re: Help Lux Admin edit cmds - by Mr.Stranger - 10.01.2011, 13:42

Forum Jump:


Users browsing this thread: 1 Guest(s)