30.05.2016, 11:05
Quote:
Mh yea... I can add a shorcut like "/g info". But I have to find a way to do this with dcmd... I never used this way
I would like to do both commands... "/gang info" "/g info"... If you wants to change it... You can do this: pawn Код:
|
In OnPlayerCommandText:
dcmd(g, 1, cmdtext);
than somewhere:
dcmd_g(playerid, params[]) return dcmd_gang(playerid, params);