27.09.2012, 14:16
So, I've seen many servers which either have a /newb command or it's shortened to /n - This is just a little something for the owners to think about increasing the knowledge of commands for new players.
This can be used with other commands aswell, for example:
pawn Код:
CMD:n(playerid, params[]) {
return cmd_newb(playerid, params);
}
pawn Код:
CMD:ooc(playerid, params[]){
return cmd_o(playerid, params);
}