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

Quote:
Originally Posted by doreto
Посмотреть сообщение
Why didnt scroll down to see it !
pawn Код:
public OnPlayerCommandText( playerid, cmdtext[ ] )
{
    dcmd( buyc, 4, cmdtext );
    dcmd( buyclotes, 9, cmdtext );
    return 0;
}

dcmd_buyc( playerid, params[ ] )
{
    // code for command /buyc
    return 1;
}

dcmd_buyclotes( playerid, params[ ] )
{
    // code for command /buyclotes
    return 1;
}
I know that .... i want to know if i can do to that in same command , not make it 20 times ....
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: 2 Guest(s)