*** This topic title is not descriptive.
#6

Quote:
Originally Posted by Sp3cter
Посмотреть сообщение
I know that .... i want to know if i can do to that in same command , not make it 20 times ....
If you wont to run every dcmd , you must make it like
pawn Код:
public OnPlayerCommandText( playerid, cmdtext[ ] )
{
    dcmd( buyc, 4, cmdtext );
    dcmd( buyclotes, 9, cmdtext );
    return 0;
}
else if you download and use ZCMD (wich i preffer becose its faster and easy for use ) then

pawn Код:
CMD:buyc(playrid,params[])
{
    // you code here
    return 1;
}
and nothing else you have too add such us dcmd on OnPlayerCommandText
Reply


Messages In This Thread
*** This topic title is not descriptive. - by Sp3cter - 07.11.2012, 12:36
Re: Simple Question - by doreto - 07.11.2012, 12:48
Re: Simple Question - by Sp3cter - 07.11.2012, 12:53
Re: Simple Question - by doreto - 07.11.2012, 12:59
Re: Simple Question - by Sp3cter - 07.11.2012, 13:05
Re: Simple Question - by doreto - 07.11.2012, 13:10

Forum Jump:


Users browsing this thread: 1 Guest(s)