07.11.2012, 13:10
Quote:
I know that .... i want to know if i can do to that in same command , not make it 20 times ....
|
pawn Код:
public OnPlayerCommandText( playerid, cmdtext[ ] )
{
dcmd( buyc, 4, cmdtext );
dcmd( buyclotes, 9, cmdtext );
return 0;
}
pawn Код:
CMD:buyc(playrid,params[])
{
// you code here
return 1;
}