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 ....