07.11.2012, 12:59
Quote:
I know that , but if command is
pawn Код:
|
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;
}