09.02.2016, 03:13
I feel like rewriting everthing in this include, just to show you all of the things you did bad...
I'm not downing you, but it could be better. A LOT better.
Two examples:
I'm not downing you, but it could be better. A LOT better.
Two examples:
pawn Код:
#define FreezePlayer(%0, %1)\// originally stock Freeze
TogglePlayerControllable(%0, !%1)
pawn Код:
static __T_NAME[MAX_PLAYER_NAME];
#define ReturnPlayerName(%0)\// originally stock GetName(playerid)
(GetPlayerName(%0,__T_NAME,MAX_PLAYER_NAME),__T_NAME)
