01.08.2012, 10:02
Create something like
(or use pvars)
Set g_racing[playerid] to true for racing players, and then in each disabled command check if(!g_racing[playerid]) otherwise don't proceed.
pawn Код:
new g_racing[MAX_PLAYERS]
Set g_racing[playerid] to true for racing players, and then in each disabled command check if(!g_racing[playerid]) otherwise don't proceed.