Help Lux Admin edit cmds
#6

i think you are trying to say how to translate the english commands in brazillian language. If so then:

pawn Код:
dcmd(ajudaadmin, 10, cmdtext);
dcmd(darcolete, 8, cmdtext);
dcmd(ativar, 6, cmdtext);

pawn Код:
dcmd_ajudaadmin(playerid, params[])
{
    // Your command
    return 1;
}
pawn Код:
dcmd_darcolete(playerid, params[])
{
    // Your command
    return 1;
}
pawn Код:
dcmd_ativar(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)