You could also make the Active variable a boolean.
PHP Code:
new bool:Active[MAX_PLAYERS];
if (Active) return SendClientMessage(playerid, COLOR_RED, "Godcar already enabled!");