22.03.2016, 20:10
Quote:
you can make the cmds shortcut
like /gang info = /ginfo /gang create = /gcreate /gang stats = /gstats ...3 |
I would like to do both commands... "/gang info" "/g info"... If you wants to change it... You can do this:
pawn Код:
Chenge this command in OnPlayerCommandText:
dcmd(gang, 4, cmdtext);
To
dcmd(g, 1, cmdtext);
Change this command:
dcmd_gang(playerid, params[])
To
dcmd_g(playerid, params[])