16.04.2012, 16:20
If you got your code indented the same way in your Gamemode, I can see where you went wrong. You have misaligned all IF/ELSE statements.
To get a little overview: Your IF isPlayerInDynamicCP(playerid, Garage2Enter) ALSO includes the IF statement for the EXIT. It is in the same block.
To get a little overview: Your IF isPlayerInDynamicCP(playerid, Garage2Enter) ALSO includes the IF statement for the EXIT. It is in the same block.