public OnPlayerEnterDynamicCP(playerid, checkpointid){ if(checkpointid == CP_CAR_1) { SendClientMessage(playerid, -1, "test"); } return 1;}