26.01.2011, 21:49
Quote:
I have a few suggestions:
pawn Код:
pawn Код:
|
Quote:
Even better, use the MAX_PLAYER_NAME definition in case a newer version comes which supports more characters for the player name. That way you wouldn't be forced to change all the variables in your script that store the player's names.
Also, I suggest switching your command processor to ZCMD - A quicker and more efficient way of processing commands. It also provides more features compared to DCMD. You can also look into Y_Command, which offers a vast array of features. Finally, I believe you messed up this piece of code here: pawn Код:
pawn Код:
Please, do not take any of these suggestions as rude comments, they are simple things I'm trying to point out to you. Other than that, it looks like a good tutorial. Very well constructed and in-depth explanation, good job. |